Skip to content
alisman edited this page Aug 25, 2016 · 9 revisions

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