StimulusReflex, or LiveView for Rails
docs.stimulusreflex.com
StimulusReflex, or LiveView for Rails
1–10 of 93 posts
Re: StimulusReflex, or LiveView for Rails
#2Re: StimulusReflex, or LiveView for Rails
#3Does python have anything like this?
It's a SR clone, the maintainers are actually very active in our community :-)
Re: StimulusReflex, or LiveView for Rails
#4Re: StimulusReflex, or LiveView for Rails
#5AFAIK there's no equivalent for this in Java and I mean the same not kinda-the-same but not really like Vaadin or God forbid GWT.
Re: StimulusReflex, or LiveView for Rails
#6Re: StimulusReflex, or LiveView for Rails
#7DHH recently introduced Hotwire https://hotwire.dev/ which already does something similar. Any idea what the difference is?
also, StimulusReflex predates Hotwire for 1 year and is already pretty hardened :-)
Re: StimulusReflex, or LiveView for Rails
#8Does 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 :-)
(I'm the maintainer).
Re: StimulusReflex, or LiveView for Rails
#9DHH 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
#10Wish I had the time to really study Phoenix's LiveView and implement the same in Java. AFAIK there's no equivalent for this in Java and I mean the same not kinda-the-same but not really like Vaadin or God forbid GWT.