DEV Community

Discussion on: Do you need a State Management Library?

Collapse
 
bennodev19 profile image
BennoDev

I prefer to use AgileTs,
as it allows the easy creation of individual and independent States, which (in my opinion) are more straightforward and performant to handle. These States are even accessible outside the React Tree, which allows me to decouple my business logic from the UI.

Also, it has some nice add-ons like a Form-Manager, Event-Handler, ..

Example