Live data from Hacker News

StimulusReflex, or LiveView for Rails

docs.stimulusreflex.com

1–10 of 93 posts

Re: StimulusReflex, or LiveView for Rails

#7
post #6

DHH recently introduced Hotwire https://hotwire.dev/ which already does something similar. Any idea what the difference is?

in one word: morphdom (https://github.com/patrick-steele-idem/morphdom)

also, StimulusReflex predates Hotwire for 1 year and is already pretty hardened :-)

Re: StimulusReflex, or LiveView for Rails

#8

Does python have anything like this?

https://pypi.org/project/django-sockpuppet/ It's a SR clone, the maintainers are actually very active in our community :-)

or link to actual repo -> https://github.com/jonathan-s/django-sockpuppet

(I'm the maintainer).

Re: StimulusReflex, or LiveView for Rails

#9
post #6

DHH recently introduced Hotwire https://hotwire.dev/ which already does something similar. Any idea what the difference is?

in one word: morphdom ( https://github.com/patrick-steele-idem/morphdom ) also, StimulusReflex predates Hotwire for 1 year and is already pretty hardened :-)

So this receives the full HTML page and does a near-zero-damage “morphing” as opposed to Hotwire which either does full page dumb replacement or asks you to define which sections to replace? Does that sound right?
Post reply on HN