Sugestions for managing state on top of stimulusjs

I’m loving Stimulusjs so far, it fits very well to my workflow and the concepts I prefer to work with (like not having your html rendered by js).

One thing I think Stimulus falls behind is when it comes to manage state, because you have to write your bindings from scratch.

Is there a library that I can use along with Stimulus to help me mananing the app state?

Thank you.

You don’t have to write your own bindings. You can manage state using the Data API:
https://stimulusjs.org/handbook/managing-state

1 Like