7 ms·
Stimulus is basically a very small event system with HTML hooks that integrates well with the Rails request lifecycle. I'd love to know if anyone has built anyt
by digianarchist 1y ago
Stimulus is basically a very small event system with HTML hooks that integrates well with the Rails request lifecycle. I'd love to know if anyone has built anything sophisticated with it because I found it difficult to do anything remotely complex.
- madebylaw 11mo agoWhat complex thing were you trying to do with it?
- digianarchist 11mo agoAnything that requires state syncing between client and server.