DEV Community

Discussion on: {FREE} Ultimate Resources for Front-End Development in 2023 + Giveaway⚡

Collapse
 
debvortex profile image
Max Brauer

The daily.dev plugin is awesome. Thanks a lot!

And you also might want to add xstate to the "state" section: xstate.js.org/
It allows to write state machines to mange the app flow in addition to work as a state holder (in the context). At work we started using it a lot lately and have greatly reduced the size of our react components. The business logic moved into xstate and with the visualizer, it's always all clear how the app came to its current state and how it can go from there.