behemothdan / letsgetcooking

Let's find something delicious to prepare in our own kitchen!
https://letsget.cooking
1 stars 0 forks source link

Move some of the state elements to a Redux store. #10

Closed behemothdan closed 6 years ago

behemothdan commented 6 years ago

Start implementing Redux eventually. Will probably break parts of the redux store into separate issues.

behemothdan commented 6 years ago

So far the most important item to go to redux is the search query so the search box can live outside of the search component I created and the display portion can pull from the state.

behemothdan commented 6 years ago

Bah, screw redux for now. It's frustrating to configure with even the most basic implementation. And right now I am battling with Apollo. Maybe I'll come back to it. Maybe I won't.