If you're looking to add this to an existing app, I made a video covering that too! th-cam.com/video/F0p1Rqw389Y/w-d-xo.html Thought I'd get started on some React on Rails tutorials since I lost the footage for this week's 20in20 challenge. I should have some kind of project video up tonight or tomorrow depending on what time I have available. Thank you again to the channel's first Patron, Jorge Gocobachi. I'm still working on setting up the Patreon, but for those of you who are interested here's the link www.patreon.com/deanout
Hi Deanin, welcome back! Question, can you set this up just as easily on a Rails 6 app that you already have started? I'm looking at the docs and will give it a shot, just wondering what's your take on it
Yeah it should be fairly straightforward to do based on what I've read, but I haven't added it to an existing app myself. I'll see if I can get a video up on adding React to an existing application later tonight. Let me see what I can put together.
@@Deanin Ah awesome - I was debating on whether to just create a separate React app that pulls from a public facing Rails index page api on an app I have already have underway, or to struggle through setting up React in the app itself! Even though Rails 6 appeared, your other videos have helped tremendously! Really great stuff.
@David Shin Appreciate it! I'm about to edit the video so that this question can be addressed for future viewers. Glad the other videos helped! I'm actually in a similar boat at the moment. I just learned React in September(?) and I've been gradually working up to moving the project into a Rails application. Originally I thought I could just use Rails as an API, but I've come to terms that the stuff I want to do would just be easier if the React app lived in the Rails app, so here I am learning how to do it and posting these videos haha. Video for anyone interested in doing this: th-cam.com/video/F0p1Rqw389Y/w-d-xo.html
I already had deployment and testing on the todo list, but now I've added GraphQL to the list! I think each topic will probably get its own playlist because there's so much there to talk about, but I'll try to move them up and start covering them soon.
short and sweet and to the point, very nice.
Glad it helped!
If you're looking to add this to an existing app, I made a video covering that too! th-cam.com/video/F0p1Rqw389Y/w-d-xo.html
Thought I'd get started on some React on Rails tutorials since I lost the footage for this week's 20in20 challenge. I should have some kind of project video up tonight or tomorrow depending on what time I have available.
Thank you again to the channel's first Patron, Jorge Gocobachi. I'm still working on setting up the Patreon, but for those of you who are interested here's the link
www.patreon.com/deanout
Clear and right to the point. Thanks!
Thanks for the fast tutorial!
Great video! I was having troubles with react in my rails project. This was clear and to the point.
Thanks for this Deanin.
Hi Deanin, welcome back! Question, can you set this up just as easily on a Rails 6 app that you already have started? I'm looking at the docs and will give it a shot, just wondering what's your take on it
Yeah it should be fairly straightforward to do based on what I've read, but I haven't added it to an existing app myself. I'll see if I can get a video up on adding React to an existing application later tonight. Let me see what I can put together.
@@Deanin Ah awesome - I was debating on whether to just create a separate React app that pulls from a public facing Rails index page api on an app I have already have underway, or to struggle through setting up React in the app itself! Even though Rails 6 appeared, your other videos have helped tremendously! Really great stuff.
@David Shin Appreciate it! I'm about to edit the video so that this question can be addressed for future viewers. Glad the other videos helped!
I'm actually in a similar boat at the moment. I just learned React in September(?) and I've been gradually working up to moving the project into a Rails application. Originally I thought I could just use Rails as an API, but I've come to terms that the stuff I want to do would just be easier if the React app lived in the Rails app, so here I am learning how to do it and posting these videos haha.
Video for anyone interested in doing this:
th-cam.com/video/F0p1Rqw389Y/w-d-xo.html
Hey Dean! Any plans to cover GraphQL, deployment or testing? :)
I already had deployment and testing on the todo list, but now I've added GraphQL to the list!
I think each topic will probably get its own playlist because there's so much there to talk about, but I'll try to move them up and start covering them soon.
@@Deanin That's awesome! Really looking forward to the content!
Hi Deanin - how different is this process with Rails & React Native vs just React?
I'm not sure, but I'll look into it and try to get back to you. Sorry I don't have an answer right now!
I am doing sub for the application where it is?
Im getting this error Webpacker::Manifest::MissingEntryError in Pages#home. Does anyone have a solution for this?
I have no package.json file in my root directory!