studiosnack / brews-clues

Have you seen my brew?
0 stars 0 forks source link

add redux #8

Closed nsfmc closed 7 years ago

nsfmc commented 7 years ago

everyone uses redux right now, it's just de rigeur, so i had assumed we would use it, but i want to make sure we agree that it's a good idea. The alternative is setState until we decide we need redux, but because we already have a sort of data model, it makes sense to use redux from the outset even though it will feel weighty at first.

if you use chrome, you should install the redux devtools chrome extension because it will make it easy to see what's going on.

also, if you haven't installed React Devtools Extension for chrome, you should totally do that as well. those two make both react and redux more of a treat to work with.

chiaberry commented 7 years ago

Done and Done --