hotwired / stimulus

A modest JavaScript framework for the HTML you already have
https://stimulus.hotwired.dev/
MIT License
12.62k stars 418 forks source link

Chrome developer tool! #265

Closed guledali closed 4 years ago

guledali commented 5 years ago

Please develop a chrome plugin to keep track of all getters and the setters in the page. This would improve the developer experience for newcomers.

I mean it almost impossible right now to know if you have changed the state or not. On top of that you still have update the dom to reflect the state that you got. I don't like code-guessing at all in this case having some plugin to keep track of all changes would ease development.

javan commented 4 years ago

Thanks for the suggestion! Feel free to start a thread on https://discourse.stimulusjs.org/ to continue the discussion.