GTBitsOfGood / GTBitsOfGood/stempower
Begin Utilizing Redux Properly in Containers
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
***If you are not comfortable with Redux, that's fine! If that is the case, you can simply watch online tutorials of using Redux with React and leave this issue for later.
There is code that exists within the project that is meant to facilitate the use of Redux with the app. For example, some simple reducer files do exist. However, it was only sparingly used. For example, most of the newer frontend containers do not follow the typical Redux style of state management. Luckily at this point, there is not a lot of complicated states to manage. However, we need to go back through the frontend components/containers and try to apply Redux where applicable.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.