Have questions or feedback? Head over to our Discord server! discord.gg/TWBtv5an7N Solve advanced programming challenges and become an expert software engineer with CodeCrafters! 40% discount on your membership - app.codecrafters.io/join?via=CodeCompleteYT
I loved how you broke down the 'why' as you were going along! that was SUPER helpful from a backend guy that struggles with the 'WHY' of CSS!! Thank you
I’m 3 mins in and I’m already sure this would be prefect for me. Love your style of explanation. Precise, straight to the point and your pronunciation is clearest I’ve heard from an Indian UA-camr🤌🤍
Worked just the way it should, I found out you can add some cool transitions to the menu bar using this line of code on Css. (colour is of course of your choosing!) nav .menu:not(.active):hover { background-color: #40703a; padding: 4px; /* Adjust padding to increase the size */ transition: all 0.2s ease; /* Smooth transition effect */ border-radius: 4px; /* Optional: Adds rounded corners */ }
Great vid! A tad bit of feedback if I may, the menu doesn't close when clicked elsewhere (Need to click specifically on the hamburger lines). A simple solution might the use of useEffect hook to listen for a mouse click and gauge whether it is within the borders of the menu or not, and then the useRef hook to refer to the relevant div in the rendered HTML and ensure the open/close state of the menu is toggled accordingly. current.contains(e.target) returns a boolean indicating whether the click was within the borders of the menu or not.
Sir, around 9:30 as soon as we start adding route, the website started go white. And nothing shows since then even though I continued following the instruction and updated css for nav, app, etc. would you have any idea why the pages go blank as soon as I started writing code with routes?
Я еще добавила функцию, которая закрывает меню после перехода по ссылке. Возможно, стоит давать классы по БЭМ или же использовать css-модули. Но в целом мне все нравится, спасибо)
Hey man, I've been looking for someone that can tell me what the cpm for react tutorials channels is. could you please tell me what the current cpm is?
help please Uncaught TypeError: Cannot destructure property 'basename' of 'React2.useContext(...)' as it is null. at LinkWithRef (index.tsx:529:11) at renderWithHooks (react-dom.development.js:16305:18) at updateForwardRef (react-dom.development.js:19226:20) at beginWork (react-dom.development.js:21636:16) at beginWork$1 (react-dom.development.js:27426:14) at performUnitOfWork (react-dom.development.js:26557:12) at workLoopSync (react-dom.development.js:26466:5) at renderRootSync (react-dom.development.js:26434:7) at recoverFromConcurrentError (react-dom.development.js:25850:20) at performConcurrentWorkOnRoot (react-dom.development.js:25750:22)
Have questions or feedback? Head over to our Discord server! discord.gg/TWBtv5an7N
Solve advanced programming challenges and become an expert software engineer with CodeCrafters! 40% discount on your membership - app.codecrafters.io/join?via=CodeCompleteYT
I loved how you broke down the 'why' as you were going along! that was SUPER helpful from a backend guy that struggles with the 'WHY' of CSS!! Thank you
CSS can be confusing sometimes haha, glad it helped!
Midway through the video, I wanted to make the same color. I really appreciate all the why explanations. Great video.
I really appreciate this man. There a billion ways to make a navbar and very few of them are friendly to the beginner. thanks for the introduction!
Glad I could help!
Easiest Explanation to the point ❤❤
Glad you think so!
This is clear and so simple and so helpful!
Clear, precise & very helpful! 👍👍👍Thank you…pls keep making these tutorials! ✅✅✅
I’m 3 mins in and I’m already sure this would be prefect for me. Love your style of explanation. Precise, straight to the point and your pronunciation is clearest I’ve heard from an Indian UA-camr🤌🤍
Amazing tutorial!! Really easy to understand!
Great video! I'm a beginner at React and your video has helped me so much.
Explained in a manner that it became easy to understand for beginners like myself. Thanks a lot!
Exactly what I needed right when I needed it. Ty for the vid and the repo!! Really helpful to a beginner
Worked just the way it should, I found out you can add some cool transitions to the menu bar using this line of code on Css. (colour is of course of your choosing!)
nav .menu:not(.active):hover {
background-color: #40703a;
padding: 4px; /* Adjust padding to increase the size */
transition: all 0.2s ease; /* Smooth transition effect */
border-radius: 4px; /* Optional: Adds rounded corners */
}
Simple and excellent explanation !
4 star
Keep making videos Don't stop
Great vid! A tad bit of feedback if I may, the menu doesn't close when clicked elsewhere (Need to click specifically on the hamburger lines). A simple solution might the use of useEffect hook to listen for a mouse click and gauge whether it is within the borders of the menu or not, and then the useRef hook to refer to the relevant div in the rendered HTML and ensure the open/close state of the menu is toggled accordingly. current.contains(e.target) returns a boolean indicating whether the click was within the borders of the menu or not.
You can also attach a callback function to the link components onClick. If the value of menuOpen is true, set it to false.
Example: Movies
Absolutely super gorgeous. What a stellar tutorial, thank you so much.
Best up to date tutorial
very helpful and easy to understnad especially for beginner, thank you
Thank you... Excellent tutorial
Great video! Thanks!
Glad it helped!
Wow Excellent Video🤩🤩🤩
Thank you! Cheers!
Thank you so much!
Excellent Tutorial..
great tutorial!. Thank you!!!
around the 22:52 mark how do you get the background to take the entire 100% width? the same CSS doesnt work for me haha
GOOD JOB BROTHER THANK YOU SO MUCH
That’s a GREAT video, although I want to see how can we make the menu to switch to an X then to lines
Great video
thank you
Thank you very much
Thanks for the super helpful video! I really love your explanation along the way! Keep up the good work!
Thank you very much for your help
Awesome! appreciate!
Sir, around 9:30 as soon as we start adding route, the website started go white. And nothing shows since then even though I continued following the instruction and updated css for nav, app, etc. would you have any idea why the pages go blank as soon as I started writing code with routes?
same issue did you resolved it?
import it pro like as he write it , it auto import at the top or write it like that
Thanks
Я еще добавила функцию, которая закрывает меню после перехода по ссылке. Возможно, стоит давать классы по БЭМ или же использовать css-модули. Но в целом мне все нравится, спасибо)
Thanks..Man !
Excellent
Nice Tutorial
love you bro
live long life
good stuff, well explained too :D
Thank a lot sir helped me a lot ❤
pls explain difference between BrowserRouter vs createBrowserRouter.. and make a tutorial for it..
Thank you 🙏
I probably missed something , but how are you rendering this to the page without “export default App;”
Thank you So much
in my case this active link color also appears for website what should i do
shall we write in visual studio code? because the files are in jsx
Yup you can use VS Code or any editor you like, just know that when using Vite you have to name the files .jsx
Tq🎉@@Code_Complete
Thanks Buddy
How to routes to single page web apps like portfolio, (i.e). When the touch the navber that scroll down to that content..
I use react-scroll module and also useLocation
I subscribed
How can we animate the drop-down list when the bars are clicked
Plz help
Hey man, I've been looking for someone that can tell me what the cpm for react tutorials channels is. could you please tell me what the current cpm is?
your voice is so beautiful
why sapn elements are used
❤
abe yrr ky akr raha he link add krna acche se samjhana tha khan kon si cheez import karni he tu laga hua styling karne
ul taking space and it is not proper
help please Uncaught TypeError: Cannot destructure property 'basename' of 'React2.useContext(...)' as it is null.
at LinkWithRef (index.tsx:529:11)
at renderWithHooks (react-dom.development.js:16305:18)
at updateForwardRef (react-dom.development.js:19226:20)
at beginWork (react-dom.development.js:21636:16)
at beginWork$1 (react-dom.development.js:27426:14)
at performUnitOfWork (react-dom.development.js:26557:12)
at workLoopSync (react-dom.development.js:26466:5)
at renderRootSync (react-dom.development.js:26434:7)
at recoverFromConcurrentError (react-dom.development.js:25850:20)
at performConcurrentWorkOnRoot (react-dom.development.js:25750:22)
i have the same error, how do you solve this?