Deploying React App on Render Hosting Platform | Step-by-Step Tutorial

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

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

  • @GamePhobia
    @GamePhobia 6 месяцев назад +1

    what if I need a very small backend? can I use Render for that?

  • @ThanhHuynh-bb6to
    @ThanhHuynh-bb6to 10 месяцев назад +2

    As for the backend of the app, can it be deployed using this Render?

    • @webwizard8
      @webwizard8  10 месяцев назад +1

      Absolutely! The backend of the app can indeed be deployed using Render. In fact, I have a tutorial on deploying a Node.js backend on Render. If you have any specific questions or need guidance, feel free to check out that video or let me know. Thanks for watching and your interest in deploying on Render!

  • @dhirajkalwar6935
    @dhirajkalwar6935 9 месяцев назад +2

    bro my code contain routing so if i am routing on render it shows 404 not found

    • @webwizard8
      @webwizard8  9 месяцев назад +1

      Thanks for reaching out! It sounds like you're encountering a 404 error when routing on Render. Make sure your routes are properly configured on your frontend application
      I suggest you to check this once - docs.render.com/docs/deploy-create-react-app#using-client-side-routing
      Good luck with your project!

    • @gugulethukhoza3893
      @gugulethukhoza3893 8 месяцев назад

      Hi @dhirajkalwar6935,
      I'm not sure if you ever found a solution to this issue. But I resolved it by going to the Redirects/Rewrites section and making this configuration below
      Source: /*
      Destination: /index.html
      Action: Rewrites
      This worked for me

    • @hemantkumar2585
      @hemantkumar2585 8 месяцев назад

      @@gugulethukhoza3893 thanks buddy for help , i got a same problem but your comment help me to solve this problem

  • @Tbm4545
    @Tbm4545 2 месяца назад

    But how can i add backend ??

  • @sabyasachidas873
    @sabyasachidas873 Год назад +3

    I am sure your videos will be simple to understand to go from basic to pro level here. Great going Kalyan

    • @webwizard8
      @webwizard8  Год назад +1

      Thank you for your valuable words Sabyasachi

  • @ExpoDev_Dash
    @ExpoDev_Dash 4 месяца назад

    hey, bro I am using vite react so, will the process be same or different ??

  • @maguvahandmades
    @maguvahandmades Год назад +1

    Congratulations finally ur talent came to platform best of luck 😍😍😍

    • @webwizard8
      @webwizard8  Год назад +1

      Thank you so much sister, your support helps me to achieve this!!

  • @swathichallapalli4
    @swathichallapalli4 Год назад +1

    Superb Kalyan.I congratulate you.

  • @KabilKabil-n1u
    @KabilKabil-n1u 10 месяцев назад +1

    Thank you it worked me

  • @lohitdevarakonda7882
    @lohitdevarakonda7882 Год назад +1

    Congratulations man 🎉🎉🎉🎉🎉🎉 today i got idea on render, thanks ☺️

    • @webwizard8
      @webwizard8  Год назад

      Thank you, will come up with more videos

  • @tatinenirajendra9266
    @tatinenirajendra9266 Год назад +1

  • @rendevous9253
    @rendevous9253 3 месяца назад

    Thanks man , very helpful 💓

  • @8DShortTunes
    @8DShortTunes Год назад +1

    Congratulations keep going

    • @webwizard8
      @webwizard8  Год назад

      Thank you Dileep, Sure thing!

  • @varadas18
    @varadas18 Год назад +1

    Great Initiation

  • @tronganhnguyenthanh1157
    @tronganhnguyenthanh1157 9 месяцев назад

    How do I config a route in react router dom ?

    • @gugulethukhoza3893
      @gugulethukhoza3893 8 месяцев назад

      Hi,
      If you're getting the 404 error, this is how you can resolve it.
      Go to the Redirects/Rewrites section and make the configuration below
      Source: /*
      Destination: /index.html
      Action: Rewrites
      This worked for me