Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StimulusReflex introduces adapters - refactor accordingly. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonathan-s
Copy link
Owner

@jonathan-s jonathan-s commented May 16, 2020

The javascript part of stimulus reflex introduces adapters (stimulusreflex/stimulus_reflex#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.

@jonathan-s jonathan-s changed the title Spike to test that things are connected properly StimulusReflex introduces adapters - refactor accordingly. May 16, 2020
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"stimulus_reflex": "file:./stimulus_reflex/javascript",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this would need to get changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant