Blog with Next.js and and Strapi CMS
1:41:04
Пікірлер
@AwesomeCadecraft
@AwesomeCadecraft 2 күн бұрын
Thank you so much!! This cleared up my confusion and helped me understand how React works, in a way that no amount of template projects or copy-pasting could do, it's exactly what I needed
@DilshadNirmal
@DilshadNirmal 4 күн бұрын
aahhh!!! brother... this is exactly what i am searching for the past days, i wish i found your channel earlier... a question for you -- do you ever tried to connect mongodb (running on windows) to our express app (running on wsl). I have tried every single method said in stackoverflow, reddit and others, maybe i didn't done it right. i want you to make a video on that..... Onegashimashu🙏🙏🥺 nee-san
@angelapace13
@angelapace13 4 күн бұрын
Love this! Thanks :)
@filipf1421
@filipf1421 4 күн бұрын
Thanks Man!!! You are the best! :))
@din0toxic
@din0toxic 7 күн бұрын
Thanks for this wonderful tutorial <3
@codesaif8075
@codesaif8075 13 күн бұрын
maxAge: 0, also achives the same result as expires: new Date(0)
@moseswasswa9997
@moseswasswa9997 13 күн бұрын
perfect explanation..
@mohans3104
@mohans3104 16 күн бұрын
This is just awesome! in just one video you covered a lot of topics (twMerge,CVA,clsx). Thanks a lot for this video. I will watch this multiple times so that everything you showed gets ingrained. Thanks again.
@saanvipoornima6917
@saanvipoornima6917 17 күн бұрын
How can this proxy server be added in vite.config.js as it doesn't takes proxy
@aakarshanraj1176
@aakarshanraj1176 18 күн бұрын
Excellent video
@fardinkashef3604
@fardinkashef3604 24 күн бұрын
Thanks for implementing the authentication and authorization the right way by "storing JWT in a http-only cookie" instead of local storage. Also thank you for be brave enough to admit the previous approach of storing JWT in local storage is insecure and therefore wrong. I just don't know why the hell there are so many tutorials online about authentication and authorization which teach to store JWTs in local storage. It is obviously insecure, so just stop teaching this shit. It's very very weird that I had to search alot to find a tutorial on MERN stack which teaches the right way. It seems every body is talking about storing JWTs in local storage shit.
@Altarva
@Altarva 27 күн бұрын
enjoyed watching and coding this one out. Really appreciated ♥
@ndifrekeumoren3548
@ndifrekeumoren3548 27 күн бұрын
Love the simplicity
@badbrain02
@badbrain02 28 күн бұрын
This is gold! Thanks
@danedwardscreative
@danedwardscreative Ай бұрын
I spent an entire day yesterday trying to figure out Vercel monorepos with no success. Then I tried this - set up in 10 minutes and deployed to Heroku perfectly first time! Game changing!
@pradnyasahajrao
@pradnyasahajrao Ай бұрын
can we do speech to speech for streaming speech in a angular chatbot application
@msahyilmaz
@msahyilmaz Ай бұрын
Thank you dude.
@rustee_nyfe
@rustee_nyfe Ай бұрын
I was looking for some template engine that allows react code (or at least jsx) in my express.js. I'm glad I found THIS so I don't need any jsx-in-express-like solutions
@apex-lazer
@apex-lazer Ай бұрын
Yah bruh this is dope and literally super smart and the only way to go… also you’re super easy to listen to and I’m stoked to now officially be a subscriber… also why I’m I sitting in the couch writing this in my phone when I could be on the Mac Studio coding rn 😂!
@julienheng3880
@julienheng3880 Ай бұрын
Can you achieve this without using typescript?
@ChrisScribs
@ChrisScribs 2 ай бұрын
Great tutorial! Thank you for this
@prashlovessamosa
@prashlovessamosa 2 ай бұрын
Please create a new router crash course
@williamkakooza4603
@williamkakooza4603 2 ай бұрын
Thank you so much
@crazytech6233
@crazytech6233 2 ай бұрын
Kindly pls give source code pls
@PLAY_Arcade
@PLAY_Arcade 2 ай бұрын
Finally!!! someone who explains the actual use case for react and express
@Pareshbpatel
@Pareshbpatel 2 ай бұрын
Creating Re-Usable Tailwind Components, so clearly explained. Thank you very much. {2024-05-27} - Subscribed!
@ajgubi19
@ajgubi19 2 ай бұрын
Fantastic video! Very well paced. Thanks for not jamming all topics in 10min. It felt like a natural conversation speed. Subscribed.
@yatochka7777
@yatochka7777 2 ай бұрын
Are you from Israel brotha?
@thedelanyo
@thedelanyo 2 ай бұрын
Caching is generally a difficult stuff
@HarshDoes
@HarshDoes 2 ай бұрын
I was looking for something like this too clean up my messy code. Thank you so much for this. Well explained. You are all amazing teacher 😁❤️
@bigbadcatbigbcy2933
@bigbadcatbigbcy2933 2 ай бұрын
thanks for the video
@rawnaqul
@rawnaqul 2 ай бұрын
Super helpful video! thanks a ton man!!
@koblan_videos
@koblan_videos 3 ай бұрын
pls src code
@YaNykyta
@YaNykyta 3 ай бұрын
90% of ypur video, you are showing to us how do you write html code. Do you realy thik that it is so interesting? OMG...
@richgreen9123
@richgreen9123 3 ай бұрын
This is fantastic!!, been banging my thick DEV head on a brick wall for the last two months trying to get shopify, react & express- node running in Plesk! This video and the narrator is so articulate and chilled out, 5 Stars and many thanks for taking the time to explain this to us muggins.
@darkexcalibur2999
@darkexcalibur2999 3 ай бұрын
Awesome ! Just the thing I was looking for. But could you tell me, if I can do the same with NextJS and NodeJS (ExpressJS)?
@CodestarTechnologies
@CodestarTechnologies 3 ай бұрын
This is what i have been looking for years very simple and straight to a beginner. I have been a developer for years but its been hard for me to understand react but this video has done the magic. be blessed 👏👏👏
@johnacsyen
@johnacsyen 3 ай бұрын
@7:46, cat!!!
@peterventon4935
@peterventon4935 3 ай бұрын
This is a brilliant video that explains how to (1) deal with CORS errors, (2) enabled, by way of the solution, hiding API keys in the server side .env. file because now there is a server in which they can be hidden. No other video / web site explains the problem when your front end has to access a third party API server, and to do both (1) and (2) you need an API proxy server. Very, very good and well explained solution that no one out there seems to be dealing with, even though the 'man in the middle' API proxy must be a common scenario, Excellent job.
@vijaybaskar2862
@vijaybaskar2862 3 ай бұрын
Great tutorial. Thanks a lot. It will be great if you can show us how to move this to git and automate the build process and deploy this to Amazon ECS container to have the whole stuff works from ECS. And also, can we add any authorisation check in express before serving the index.html file?
@hollyst1971
@hollyst1971 3 ай бұрын
what was the browser used? thanks
@Tenbears1812
@Tenbears1812 3 ай бұрын
Excellent video! Concise and to the point -- and no scripting errors in my program! Five Star Rating from me. Looking forward to seeing more of your great tutorials. Cheers!!
@mdabdulaziztanvir
@mdabdulaziztanvir 3 ай бұрын
yeah. I need this.
@Masteruve1
@Masteruve1 3 ай бұрын
great tutorial. one question: does your method compromise and expose secret apikeys and process.env variables? (i.e. now is everything at 8080 bc there is no proxy, so it's visible for the frontend and may steal the apikeys). this is important to be clarified. thank you very much.
@vijaybaskar2862
@vijaybaskar2862 3 ай бұрын
No. only the index.html will be served to the browser. And you can keep all the secret api keys in express server and use them when you call other apis from express server to get the data and you can send the result data to browser.
@kennethbarrios4558
@kennethbarrios4558 4 ай бұрын
After hours of searching, finally what i needed. Great vídeo
@BlueSky-fj7yi
@BlueSky-fj7yi 4 ай бұрын
Thank you a lot sir, you definetely are a life saver!! My boss cannot yell at me now
@hai_xena
@hai_xena 4 ай бұрын
Try "npx create-vite-express", that is similar with laravel+inertiajs+react but only express as be and react as fe. You have no need to run build command every file modified in react
@dev-suresh
@dev-suresh 4 ай бұрын
Huge thanks to you Man. Not all KZfaq channels are teaching what actually are REUSABLE components. Thanks Man
@DaniLearnsIT
@DaniLearnsIT 4 ай бұрын
Thank you sir! Your accent is awesome by the way! :)
@exe.m1dn1ght
@exe.m1dn1ght 4 ай бұрын
I hope Universe will bless your kind heart, you saved me, i was having this huge problem with my frontend React App deployed on Netlify and my backend express app deployed on Render .. I lost a lot of hair stressing out why i can't see cookies that i was setting for the frontend ...it was because the domain was not the same .. and i can access cookies only if the domain is the same .. thanks bro