All Projects → moltin → react-redux-moltin-boilerplate

moltin / react-redux-moltin-boilerplate

Licence: other
boilerplate setup for a moltin store built in react + redux

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

React/redux moltin boilerplate

The purpose of this project is to provide you with an out of the box setup for redux, react and moltin to play together.

What's in the box?

  • ./utils/moltin: exported moltin API functions via the JS SDK

  • ./store.js: fully functional redux store including routerMiddleware from react-router-redux, browserHistory, a redux-logger, redux-thunk, and a comprehensive set of reducers to handle moltin data.

  • ./ducks: set of action creators to work with the reducers so that you can easily dispatch actions that use the moltin API. These files use the modular ducks approach.

  • ./components: set of container components that give you a skeleton for a basic commerce store.


This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.

You can find the most recent version of this guide here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].