jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

StimulusReflex introduces adapters - refactor accordingly. #13

Closed jonathan-s closed 4 years ago

jonathan-s commented 4 years ago

The javascript part of stimulus reflex introduces adapters (https://github.com/hopsoft/stimulus_reflex/pull/182) so that implementations can be more flexible.

To be compatible with that change we need to use the same adapter here on our side.

Note: Tests are not passing here simply because of the fact that while testing this locally I had moved the stimulusreflex folder into the django-sockpuppet project.