Chris, lately I have been doing work with GraphQL... what is your opinion on using rails with graphql and react vs using rails with stimulus? I want to like stimulus but I am having a hard time giving up graphql. Is this necessary? What are your thoughts?
@K0P4 жыл бұрын
Fantastic presentation 🙌
@jeremyward93636 жыл бұрын
I've been searching for a list of accepted events. Where can i find one ?
@GorailsTV6 жыл бұрын
Check this out developer.mozilla.org/en-US/docs/Web/Events
@ScottKnightE6 жыл бұрын
Great intro, thanks Chris!
@hleb81336 жыл бұрын
Thank you for these wonderful lessons.
@GorailsTV6 жыл бұрын
You're welcome! Thanks for the support! :D
@marvio_rocha4 жыл бұрын
I love this tutorial. I'm a beginner the stimulus js
@cpy6 жыл бұрын
Great overview. Since then autoload has been deprecated, use definitionsFromContext instead
@monroemann3 жыл бұрын
Thanks Chris!
@alienjava5326 жыл бұрын
Awesome!! Are you going to create more videos about stimulus?
@GorailsTV6 жыл бұрын
Definitely!
@PiyushChauhan20116 жыл бұрын
Does Stimulus have SSR included with Rails ? If not, can we get good SEO support using something like pre-rendering html @gorails
@GorailsTV6 жыл бұрын
Stimulus doesn't need any of that for a couple reasons: 1) it uses your existing HTML rendered by Rails 2) It is not a templating tool, so you won't be using it to generate HTML templates either.
@nevemartins4 жыл бұрын
Thanks!
@nonefvnfvnjnjnjevjenjvonej33844 жыл бұрын
this reminds me of angular 1
@harvindersingh-xb2pz6 жыл бұрын
Can we still use jquery with this?
@GorailsTV6 жыл бұрын
Yep, I would just make sure I didn't try to use both on the same feature.
@harvindersingh-xb2pz6 жыл бұрын
GoRails yeah thanks for the advice. Its just that i want to use some jquery plugins and this framework looks neat so i want to try it out