This starter-kit now has a simple demonstration of how you can use different tools of React eco system to make better react apps.
It is having the following changes:
Added redux for state management
Added redux-saga a clean alternative to redux-thunk and redux-promise
Support for SCSS
Separation of concerns by keeping logical part limited to containers.jsx and UI code is limited to components (coined by github.com/justsudheerpaliwal)
New folder structure to make components/containers by features, keeping all related files in a single folder (refer the folder RandomQuote in /src to know more
This starter-kit now has a simple demonstration of how you can use different tools of React eco system to make better react apps.
It is having the following changes:
redux-thunk
andredux-promise
github.com/justsudheerpaliwal
)RandomQuote
in/src
to know morecustom-scripts
reducers
andsagas