Skip to Content
IntroductionDevelopment skills with the Sharetribe Web Template

What development skills are needed with the Sharetribe Web Template?

You can use any technology to build a marketplace on top of the Marketplace API. However, making a marketplace user interface (UI) from scratch requires a lot of effort. This is why we provide the Sharetribe Web Template. It is a polished marketplace web application that is ready for customization.

The Sharetribe Web Template is a template web application that uses the Marketplace API. It is built using common and modern frontend tooling, so frontend developers should feel right at home and happy with all the technology.

Technologies

Here are the main technologies the Sharetribe Web Template uses:

  • JavaScript: the programming language for the whole application
  • CSS: styling the user interface using CSS Modules 
  • React : library for creating user interfaces with components
  • Redux : state and data flow handling
  • React Router : routing
  • Final Form : forms
  • Express : server side rendering of the React application
  • Node.js : development tooling and running the Express server

Customization

In addition to the technologies used in the template, customizing the template with code will likely require skills with the following tools:

Development tooling

While the Sharetribe Web Template uses Webpack, PostCSS, and various other tools, knowledge of these technologies is not needed in usual customizations. Sharetribe Web Template has a default Webpack setup (based on the now deprecated Create React App  library) with server-side rendering, code-splitting, and CSS modules functionality. In most cases you do not need to make changes to this setup.

The config/README.md file  in the template has more information on the webpack setup, in case you have a use case for modifying the configurations.

Getting help

If you are unsure if something is possible or how to do a certain thing with Sharetribe, you can contact our support: hello@sharetribe.com.

For developers doing customizations, we have an active community in Slack:

Last updated on