= Session =
Smart Nano Stores, or how we made front-end simpler
It's hard to name popular state management libraries that are totally ideal. They are often cumbersome, which makes the bundle heavier, many of them require a boilerplate and overload components with complex logic. Moreover, sometimes we have to choose a state manager, sacrificing performance, maintainability, or readability.
But what if the state management process could get rid of these flaws and become much simpler? In this talk, I want to show how this can be made possible with Nano Stores – a teeny (from 334 bytes) state manager based on the idea of smart atomic stores. It has zero dependencies, its own ecosystem, and is supported in all popular frameworks including React and Angular, as well as in vanilla JS.
With illustrative examples, I want to demonstrate that state management using tiny atomic tree-shakable stores can be much more minimalistic, faster, and more convenient than we are used to seeing it.
Related Sessions
Thinking Outside the Box: Alternative Architectures for Modern Web Applications
TalkIn a world dominated by traditional architectures, developers often overlook other patterns that cou ...
React Beyond the DOM
TalkIt's easy to forget what the creators of React knew from the start: that React is not only for build ...
I've built 99 CRUDs, I hope this ain't one
TalkThere is a whole generation of new developers stuck in the CRUD space writing those same API handler ...
Build a Planning Poker Game with Angular and Supabase
TalkIn this talk, you will see the end-to-end development process, from the Angular user interface to th ...