ififfy / flipflip

Random slideshow of local images. Electron app for Mac/Windows/Linux
MIT License
163 stars 44 forks source link

Is it time for proper state management? #99

Open ififfy opened 5 years ago

ififfy commented 5 years ago

I used the poor man's React state management strategy when this project was just a baby. Now it's pretty big, and it would be nice impose some more formal order to it.

I personally dislike Redux, and React Hooks might change the state management landscape a little bit.

Does anyone have a library they like? I hear MobX is decent: https://mobx.js.org/

StarrHelixx commented 5 years ago

Given my lack of experience in the React framework, I don't have much of an opinion ¯_(ツ)_/¯ Honestly, I've heard good things about both Redux and MobX, and I'm willing to learn whatever if there is a clear benefit to refactoring.