I am sure your videos will be simple to understand to go from basic to pro level here. Great going Kalyan
@webwizard8 Жыл бұрын
Thank you for your valuable words Sabyasachi
@rendevous92536 ай бұрын
Thanks man , very helpful 💓
@swathichallapalli4 Жыл бұрын
Superb Kalyan.I congratulate you.
@webwizard8 Жыл бұрын
Thank you sister
@maguvahandmades Жыл бұрын
Congratulations finally ur talent came to platform best of luck 😍😍😍
@webwizard8 Жыл бұрын
Thank you so much sister, your support helps me to achieve this!!
@8DShortTunes Жыл бұрын
Congratulations keep going
@webwizard8 Жыл бұрын
Thank you Dileep, Sure thing!
@KabilKabil-n1u Жыл бұрын
Thank you it worked me
@webwizard8 Жыл бұрын
You're welcome!
@lohitdevarakonda7882 Жыл бұрын
Congratulations man 🎉🎉🎉🎉🎉🎉 today i got idea on render, thanks ☺️
@webwizard8 Жыл бұрын
Thank you, will come up with more videos
@GamePhobia9 ай бұрын
what if I need a very small backend? can I use Render for that?
@chrislearnlog9 ай бұрын
Yes
@varadas18 Жыл бұрын
Great Initiation
@webwizard8 Жыл бұрын
Thank you sir!
@ThanhHuynh-bb6to Жыл бұрын
As for the backend of the app, can it be deployed using this Render?
@webwizard8 Жыл бұрын
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 Жыл бұрын
bro my code contain routing so if i am routing on render it shows 404 not found
@webwizard8 Жыл бұрын
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!
@gugulethukhoza389311 ай бұрын
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
@hemantkumar258510 ай бұрын
@@gugulethukhoza3893 thanks buddy for help , i got a same problem but your comment help me to solve this problem
@ExpoDev_Dash6 ай бұрын
hey, bro I am using vite react so, will the process be same or different ??
@tronganhnguyenthanh115711 ай бұрын
How do I config a route in react router dom ?
@gugulethukhoza389311 ай бұрын
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