Hacker News new | ask | show | jobs
by digianarchist 247 days 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.
1 comments

What complex thing were you trying to do with it?
Anything that requires state syncing between client and server.