Angular, React, Vue… Choosing a frontend framework is not what matters nowadays!
The heart of the problem is not anymore how to make components and what is the best way to do it, but how to manage their state.
Discover the base principles behind centralised state management and its benefits on your apps maintenance, debugging and performance.
After a bit of theory, we will dig into code examples to see how it works and what it changes in our apps design... whatever framework you plan to use!