jmdonovan0227 / robofriends

Try Robofriends With The Link Below :)
https://jmdonovan0227.github.io/robofriends/
0 stars 0 forks source link

Implement Redux in Robofriends Application To Simplify State Management #4

Closed jmdonovan0227 closed 3 days ago

jmdonovan0227 commented 6 days ago

Description

While current Robofriends App includes a small amount of state to manage, the application needs to include a state management solution as the application grows larger, which is why Redux can be a great option to simplify handling of state and making scaling the application easier as it grows over time.

Acceptance Criteria

Tasks

1) Install redux in Robofriends application. 2) Determine what the key actions are that will go through reducer functions and update the store and the view. 3) Make sure to separate logic for actions and reducers files are split up as much as possible to simplify redux implementation for easy understanding.

jmdonovan0227 commented 3 days ago

All tasks completed and all acceptance criteria has been met as of merge request #6. Issue closed.