Reputation: 1261
Is there a way to use reactjs along with stimulusjs simultaneously in a an existing rails project?
This is not a coding specific question rather an architectural approach. Is it possible?
Upvotes: 0
Views: 453
Reputation: 754
I was asking myself this same question, and I found multiple resources.
The general idea on how I would prefer to use it is to use StimulusJS for most things, and where you need some powerlifting, mount React app and use it.
So what I will do here is list the resources that look helpful. Also, if I find time, I will try to update this answer with my use case and how I set this up with the mentioned resources below. (I might even create a blog post)
Kudos go to the guys mentioned in the resources!
Upvotes: 1