Finally managed to get this working in a way that I feel good about sharing. This feels really polished once it's set up. So join me once again in avoiding all things Stimulus in favor of JavaScript frameworks!
@Way_Of_The_Light2 жыл бұрын
Is Stimulus not good enough?
@gurulabss2 жыл бұрын
I’d try poking head into InertiaJS for Rails. quite interesting
@carltanner36322 жыл бұрын
Dean, thanks for putting together a comfortable way to combine Vue and Ruby on Rails. This is a possible way to help the web feel more like a modern, local app.
@carltanner36322 жыл бұрын
@@Way_Of_The_Light Stimulus is a good, light approach. Having a way to use Vue with Rails allows the Rails community to tap into the experience of another developer community, gain their experience, and stay fresh.
@tbfromsd2 жыл бұрын
I like the way Vue is structured, I have never used it before. The real question is in a rails environment is this anyless of a nightmare to setup than React.
@dencam2 жыл бұрын
Watching from Nairobi, Kenya. Thanks for sharing quality tutorials.
@sampower4275 Жыл бұрын
Learned Rails almost 10 years ago as my first fullstack framework (took a bootcamp and bashed my head against the wall repeatedly using the Michael Hartl tutorial), now trying to get caught up with how to use Rails with the next gen of JS frameworks. Thanks so much for posting this!!!
@LuizLoja Жыл бұрын
Thanks a lot, buddy. I needed that. You are awesome. Quick video with all we need to start the project.
@GG-bv4ou2 жыл бұрын
This is the way! Let's make rails cool again 😁
@Noah-sz1oy2 жыл бұрын
You really hit this one out of the park!
@certilremy2 жыл бұрын
This video was made for me 🙂, I have been waiting for something like this, thank you.
@Deanin2 жыл бұрын
Happy to hear it! It took a while to figure out a way to make this work, but this solution seems pretty good!
@Metoit2 жыл бұрын
Another Dean classic.
@XavierRahl2 жыл бұрын
Recently found Your channel, and this is nice content.
@azizdevfull2 жыл бұрын
super !
@KrishnaDiamesso Жыл бұрын
Thanks, a bunch for this. 👍
@mikopiko2 жыл бұрын
Love this
@zaircodedev Жыл бұрын
I'm using Vite with React, but I have a problem: every time there's a change, it downloads all the JavaScript files, including the ones from the libraries, and I end up with about 30 JavaScript files for the entire frontend. This happens every time it reloads. Do you have any ideas on how to solve this?
@salomaonovacena6198 Жыл бұрын
Hey Deanin, it would be great if you could make a simple system with vite ruby. Great job, congratulations
@azizdevfull2 жыл бұрын
can you make a CRUD system and user registration video with vite ruby plz?
@capybareno23 Жыл бұрын
Thanks for the video! I've implemented everything here and it seems to work fine, but I can't seem to be able to pass props
@siyaram28552 жыл бұрын
Deanin can you please come up with a video for vanilla Rails project (monolith) live reload. PLEASE 🙏🙏
@leonardoalbornoz3075 Жыл бұрын
Hello! How would yo handle routing with this approach?
@KrishnaDiamesso Жыл бұрын
maybe next idea for content is rails and integrated nuxt
@sayf34462 жыл бұрын
Would state management with Pinia work with this, I wonder...
@salomaonovacena61982 жыл бұрын
Deanin how deploy rails 7 and vite. possible?
@scorchsc2 жыл бұрын
Hello how can I pass the data from the rails models and controllers to this?
@salomaonovacena6198 Жыл бұрын
Scorch, I believe that if you use fetch or axios, you can receive the json response made in the controller. as if it were an api.