Reminds me of smalltalk. Interesting to see something like that make its way to the web. There was pharojs and amber, but they were lackluster.
This is also true of REST requests. They're not scoped to the user by default. In fact, Rails doesn't even have the concept of a user by default. The argument against using actioncable because it doesn't scope to users…
They don't really have any overlap. Hotwire is for replacing frames with content when navigating through anchors or form posts. StimulusReflex is performing RPC, then diffs the old page and the new page, updating…
It's not official, but it may as well be. Fantastic library.
Reminds me of smalltalk. Interesting to see something like that make its way to the web. There was pharojs and amber, but they were lackluster.
This is also true of REST requests. They're not scoped to the user by default. In fact, Rails doesn't even have the concept of a user by default. The argument against using actioncable because it doesn't scope to users…
They don't really have any overlap. Hotwire is for replacing frames with content when navigating through anchors or form posts. StimulusReflex is performing RPC, then diffs the old page and the new page, updating…
It's not official, but it may as well be. Fantastic library.