How To Easily Set Up Your First React On Rails 6 Web Application | Ruby On Rails 6 Tutorial

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 19

  • @Deanin
    @Deanin  4 года назад +5

    If you're looking to add this to an existing app, I made a video covering that too! ruclips.net/video/F0p1Rqw389Y/видео.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

  • @NormCantoral
    @NormCantoral 3 года назад +1

    short and sweet and to the point, very nice.

    • @Deanin
      @Deanin  3 года назад

      Glad it helped!

  • @raisedbyreels
    @raisedbyreels 3 года назад +1

    Clear and right to the point. Thanks!

  • @SARCASMOOO
    @SARCASMOOO 4 года назад

    Great video! I was having troubles with react in my rails project. This was clear and to the point.

  • @jmitagency2352
    @jmitagency2352 4 года назад

    Thanks for the fast tutorial!

  • @BharatPatodi
    @BharatPatodi 4 года назад

    Thanks for this Deanin.

  • @davidshin2179
    @davidshin2179 4 года назад +2

    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

    • @Deanin
      @Deanin  4 года назад +3

      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.

    • @davidshin2179
      @davidshin2179 4 года назад +2

      @@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.

    • @Deanin
      @Deanin  4 года назад +1

      @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:
      ruclips.net/video/F0p1Rqw389Y/видео.html

  • @sangomalsa
    @sangomalsa 4 года назад +2

    Hey Dean! Any plans to cover GraphQL, deployment or testing? :)

    • @Deanin
      @Deanin  4 года назад +1

      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.

    • @sangomalsa
      @sangomalsa 4 года назад +1

      @@Deanin That's awesome! Really looking forward to the content!

  • @ryanmindigo7446
    @ryanmindigo7446 4 года назад +2

    Hi Deanin - how different is this process with Rails & React Native vs just React?

    • @Deanin
      @Deanin  4 года назад +1

      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!

  • @johnelbasha8967
    @johnelbasha8967 2 года назад

    I have no package.json file in my root directory!

  • @calmVlogsKannadiga
    @calmVlogsKannadiga 2 года назад

    Im getting this error Webpacker::Manifest::MissingEntryError in Pages#home. Does anyone have a solution for this?

  • @hiteshranaut6644
    @hiteshranaut6644 3 года назад

    I am doing sub for the application where it is?