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.