Find and implement other state management solution
Opened this issue · 1 comments
chukalicious commented
Drilling down props at this stage is very messy.
This in not a CRUD app so the state's information can be served from a global level and save lines of code and confusion.
chukalicious commented
This needs its own issue
- Need to define the user’s journey thru the app.
- What components will be rendered,
- which events will trigger them,
- what info will show on the component and what benefit,
- or functionality does that offer.
https://beta.reactjs.org/learn/passing-data-deeply-with-context
To cover any eventuality and any uses we may want to give to the app, a global state system is of utmost importance. Let’s do it once, let’s do it right, let’s do redux? 😬
- Let's try context https://beta.reactjs.org/learn/passing-data-deeply-with-context