Skip to content
Ino de Bruijn edited this page Oct 19, 2016 · 9 revisions

Based on heavily adjusted starter kit: https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/

Project Structure http://blog.sapegin.me/all/react-structure

Reducers Each feature or even subfeature should have its own reducer. The reducer should live in a file called a “duck”, which obeys a few rules specified here:
https://github.com/erikras/ducks-modular-redux

Actions All actions are to be FSA compliant actions https://github.com/acdlite/flux-standard-action

You should create actions with the following utility https://github.com/acdlite/redux-actions

Clone this wiki locally