BuildForSDGCohort2 / Team-030-Frontend

Client side
0 stars 1 forks source link

[FEATURE] React-redux integration #5

Closed josiaharkson closed 4 years ago

josiaharkson commented 4 years ago

Since we agreed to use react-redux for frontend state management, a react-redux boilerplate needs to be setup. The react-redux boilerplate will require:

The redux store should be able to listen to file changes and trigger reacts hot-reloading. In addition, a connection to redux devtools is required during development to keep track of the store actions and state.