How to Deploy a React App to Heroku
6:59
How to Build a Weather App with React
18:20
How to Deploy Websites Using Netlify
3:34
Пікірлер
@abrahamvelazquezgonzalez1732
@abrahamvelazquezgonzalez1732 2 сағат бұрын
excelent
@rahuldravid5594
@rahuldravid5594 Күн бұрын
daju react ra express js ko combine project banaununa simple wala for beginners
@rahuldravid5594
@rahuldravid5594 Күн бұрын
babal brother .. tapai ko teaching style kada raixa
@kendrepeters480
@kendrepeters480 Күн бұрын
Thank you so much, this just saved me a whole lot of stress 😩
@iyerky
@iyerky Күн бұрын
Loved it - simple and effective. Thank you!
@markruzellmaray1077
@markruzellmaray1077 Күн бұрын
thanks bro it really help, hope you post other video like this! subscribed
@ifragtngnl1177
@ifragtngnl1177 2 күн бұрын
merci c'est tellement bien expliqué et rapide en plus je m'abonne direct !
@Rex-fm2nt
@Rex-fm2nt 2 күн бұрын
you're awesome! thank you!
@fasiulhaq2366
@fasiulhaq2366 3 күн бұрын
really helpful
@dreadnaught9226
@dreadnaught9226 5 күн бұрын
I'm half-way the video and i wanna say thank you many times. I love the tutorial.
@quangtungtran2232
@quangtungtran2232 5 күн бұрын
why i cannot command npm run dev? can sb help me
@Engr.SharoonHoney
@Engr.SharoonHoney 8 күн бұрын
Simple and to the point with fabulous explanation ❤
@hiephoang7323
@hiephoang7323 8 күн бұрын
11:42 ->11:50 u talk like you're rapping =)) what a sound
@aWxffl3
@aWxffl3 8 күн бұрын
The console says my api key is invalid when i print out the data.json
@kennyaga3859
@kennyaga3859 9 күн бұрын
Thanks Nice tutorial. You didn't talk about Procfile and Buildpack configurations
@MarkDemeter-lc2uk
@MarkDemeter-lc2uk 13 күн бұрын
Thans but how can I avoid the re-routing after upload? I just wanted to display a flash.
@macgruber1920
@macgruber1920 14 күн бұрын
If anyone else is using Vite instead of create react app, setting up the proxy should go inside of vite.config.js instead. This sent me down a rabbit hole because I was getting issues, but I found a solution on Stack Overflow: // in vite.config.js: export default defineConfig({ server: { proxy: { "/api": { target: "localhost:5000", secure: false, }, }, }, plugins: [react()], }); Hope this helps!
@endfine9230
@endfine9230 8 күн бұрын
thank you!
@hazel-kahl
@hazel-kahl 15 күн бұрын
Great video. Thank you for making them. Could you also show if we could make any changes on the project and how to go about it?
@sivarajurishi6102
@sivarajurishi6102 16 күн бұрын
Great Video straight on point
@nedsmamitag8518
@nedsmamitag8518 17 күн бұрын
I am having an error in my routes
@fantasticthree9048
@fantasticthree9048 18 күн бұрын
Really a great help as I'm a new user of this I faced so many error but with this I got over every of them. Thank you for your help, help us in the future !!
@recursion.
@recursion. 19 күн бұрын
Hi Arpan, at 8:40 mark when I tried to check fetch request, it says on "You need to enable JavaScript to run this app." on my preview tab. Any idea what could be the issue?
@cryptofelix5242
@cryptofelix5242 22 күн бұрын
Very helpful when you are just starting to work with Node.js, thank you!
@CodeMastersChannel
@CodeMastersChannel 22 күн бұрын
thanks for creating this video
@ozgurdarendeli6571
@ozgurdarendeli6571 24 күн бұрын
ıt is not a ssr bro :)
@fayabdullah-un6qy
@fayabdullah-un6qy 25 күн бұрын
how to upload more than file at once
@fayabdullah-un6qy
@fayabdullah-un6qy 25 күн бұрын
how to upload more than one file at once
@kavitapandye1114
@kavitapandye1114 26 күн бұрын
awesome explanation ,very easily understood ..great job
@getoverhere4465
@getoverhere4465 27 күн бұрын
24:49 but where does the session get the user id from ????????
@user-eb8lk9wg1w
@user-eb8lk9wg1w 28 күн бұрын
இலட்சியத்தை அடைய அமைதியான வழிகளை பின்பற்ற வேண்டும். பலாத்கார புரட்சி தேவையில்லை! -காமராசர்
@millpreetk1406
@millpreetk1406 29 күн бұрын
it gets console logged twice for me, why do you think this is happening?
@millpreetk1406
@millpreetk1406 29 күн бұрын
what's the plugin you're using that shows you the size of the react import or whatever? as well as the one that allowed the quick sample upload? I tried and those features didn't work for me. But tutorial is overall good and concise, love it
@millpreetk1406
@millpreetk1406 29 күн бұрын
venv is just for consistency of environment?
@achrafkandoussi9525
@achrafkandoussi9525 29 күн бұрын
What theme is that ?
@alihusseini5251
@alihusseini5251 29 күн бұрын
Am I the only person in this planet?😂😂 when ever i watch a tutorial and follow all the way using codes in my project ,they dont work the way out .
@wardra3wan711
@wardra3wan711 24 күн бұрын
Me too 😂
@thayrogabriel1396
@thayrogabriel1396 29 күн бұрын
Man, I'm so grateful for your help. I understood every single line of that code. And the most important thing: IT WORKED!!! Thank you very much.
@felipedepra2745
@felipedepra2745 29 күн бұрын
Amazing video, many thanks!!! Keep doing this great job.
@dewanshsehgal
@dewanshsehgal Ай бұрын
Bro you literally saved my day
@kristine.wakeup
@kristine.wakeup Ай бұрын
Thanks for the video !!! This is what I need to kick-start my project, I love how you well explain every steps 👍
@hellogaiz171
@hellogaiz171 Ай бұрын
I guess the interface is different now, could you update
@saadalsaidy3712
@saadalsaidy3712 Ай бұрын
that was great thank you very much
@user-fj1ct1fo6b
@user-fj1ct1fo6b Ай бұрын
Thanks a lot!
@PaulThiongo-rv7so
@PaulThiongo-rv7so Ай бұрын
simple and clear .Thanks
@toluwanimiala4729
@toluwanimiala4729 Ай бұрын
well done
@pythoncodecrafters612
@pythoncodecrafters612 Ай бұрын
Very helpful
@farrel_ra
@farrel_ra Ай бұрын
can u make tutorial video for a larger project utilizing prisma as ORM and mysql as the rdbms? thanks, appreciate it!
@BharathKumar-iq7ku
@BharathKumar-iq7ku Ай бұрын
Thanks buddy
@gs4847
@gs4847 Ай бұрын
Is there a good way or standard practice way to format the api json data? It's hard to read all bunched up and it's difficult to know how to access the field you're interested in (e.g., whether it's a key-value in a dictionary in the 3rd element of a list etc).
@Drinkyoghurt
@Drinkyoghurt Ай бұрын
I'm having issues with it setting up the DB file. for some reason it won't take. If I add a create_tables function it creates one in instance, but then doesn't seem to access it. Every time I submit my form it just reloads instead of taking the data I submitted
@fullstackprojects
@fullstackprojects Ай бұрын
how to get accesstoken ?