Not one to normally comment but thank you so much! Building a hamburger menu for the first time and all other videos were upwards of 15 minutes. Thanks for making it short, concise and to the point 🙏
thank you so much! How do you make the dark mode button outside the drop-down menu in responsive mode? as it appears at the beginning of the video, I have tried to do that but it doesn't work
Oh that is a remix logic I made another video about it called "dark-mode in Remix", I think you can also use next-themes for that if you are using next.js
A tip if you are going to use the editor with limited width to display the browser, try to use the line wrap in the editor and reduce a little bit the typography since you make changes and it gets lost where you modify because of the width of the editor.
Hi, I wanted to know when you are clicking on the button it is opening quickly, I want that transition to be smooth like it should show from where the nav bar is opening slowing So I can get to know whether it is opening from the right side, left or from the top, currently it is not visible from where the nav bar is opening in mobile view.
Thank you so much for sharing! I've tried to reproduce this but for some reason the navbar disappears after clicking home. Then will re-appear after clicking refresh page. Any ideas?
Hey, nice video. I have not used tsx so much (only jsx), so I was wondering if you have to use tsx for the navbar or if the files can be created with jsx as well ( Header.jsx instead of Header.tsx for instance)?. Is it possible that you can send the commandlines for the packages that you used in this video? :)
When i try to follow i receive a destructure error when i try to use NavLink. TypeError: Cannot destructure property 'future' of 'React.useContext(...)' as it is null. The above error occurred in the component For what reason would this error affect me when during the video, this did not happen to you?
Ahhh i miss the part where you would be explaining the line 5 of code with activeStateCallback - that suddenly appears without any explanations. I was just searching web on how is the easiest way to implement tailwind into isActive default class for Navlink. But not here :(
Well this was not useful, Firstly you put in the title that it is ReactJs but it was Remix not having single JS file. Secondly you did not show where to import the Header and NavLinks, the components which were made.
Not one to normally comment but thank you so much! Building a hamburger menu for the first time and all other videos were upwards of 15 minutes. Thanks for making it short, concise and to the point 🙏
Thanks for the feedback !
Thank you very much, bro! You are really helped me.
Namaste from Russia!
Just learning tailwind, I know what it does but i dont know how to do it :D but fortunately, saw your vid :D Thanks man keep it up!
Great Job! Thanks for sharing your code and how it is done with Tailwind CSS.
thank you so much! How do you make the dark mode button outside the drop-down menu in responsive mode? as it appears at the beginning of the video, I have tried to do that but it doesn't work
Oh that is a remix logic I made another video about it called "dark-mode in Remix", I think you can also use next-themes for that if you are using next.js
@@raj_talks_tech Thank you, can you bring this same code to Astro 4?
Straight to the point! No bs! No clickbait! Kept his word and wrapped everything in under 7 minutes.
Its 6 minutes and 50 seconds
@@tanoryjakaperdana1419 Thats under 7 minutes
A tip if you are going to use the editor with limited width to display the browser, try to use the line wrap in the editor and reduce a little bit the typography since you make changes and it gets lost where you modify because of the width of the editor.
will do thanks
Hi, I wanted to know when you are clicking on the button it is opening quickly, I want that transition to be smooth like it should show from where the nav bar is opening slowing So I can get to know whether it is opening from the right side, left or from the top, currently it is not visible from where the nav bar is opening in mobile view.
But how navbar is opening smoothly
Thank you so much for sharing! I've tried to reproduce this but for some reason the navbar disappears after clicking home. Then will re-appear after clicking refresh page. Any ideas?
@@AngelaCui-fn2tn Not sure about ur use-case, can you post it on my discord channel ?
Hi raj could you please make how to set up sass in next js project please I tried and I couldn't get it I also read the docs still same
is it good idea to make the duplicate of menu element which you have made for home and blog
Hey, nice video. I have not used tsx so much (only jsx), so I was wondering if you have to use tsx for the navbar or if the files can be created with jsx as well ( Header.jsx instead of Header.tsx for instance)?. Is it possible that you can send the commandlines for the packages that you used in this video? :)
Everything can be found in the attached codebase in the description. You can simply change the files to jsx and remove only the types
but there is a small bug, when isOpen is true and you expand the screen, the vertical nav links are still visible over the horizontal one
i fixed it like that:
useEffect(() => {
function handleResize() {
setWidth(window.innerWidth);
}
window.addEventListener("resize", handleResize);
return function cleanup() {
window.removeEventListener("resize", handleResize);
};
}, []);
const isSmallScreen = width
@@pablokrainuk8530 i am getting width is not defined in the console
Thankyou so much man! just started learning and u helped me ;D
Thanks for menu. How to fix content without moving down. Menu over lay top of content
How to add animation on toggle menu
When i try to follow i receive a destructure error when i try to use NavLink.
TypeError: Cannot destructure property 'future' of 'React.useContext(...)' as it is null.
The above error occurred in the component
For what reason would this error affect me when during the video, this did not happen to you?
in main.tsx surround your App component with BrowserRouter (from the react-router-dom)
thanks it was helpful and clean code structure
thanks, keep it up brotehr
super bro
So good!!!
what about if you made a fullstack tutorial with remix.. maybe a MERN sack or something like that?
There is a fullstack remix tutorial that I have made btw :) check out my channel
Thanks a lot Raj!
Thank you
I just subscribed
Excelente, muchas gracias!
Ahhh i miss the part where you would be explaining the line 5 of code with activeStateCallback - that suddenly appears without any explanations. I was just searching web on how is the easiest way to implement tailwind into isActive default class for Navlink. But not here :(
so useful!
Glad you found it useful !
bro..............goood
Thanks
It maybe only be in my project but i think the styles are not exactly as they should be as seen in the video
ghood job...
Nice
Tysm
THX BRO!
waah ji waah
Muchas gracias
Bro while typing plzzz zoom the screen plzzzzzzzzzzzzzz
love you...
Well this was not useful, Firstly you put in the title that it is ReactJs but it was Remix not having single JS file. Secondly you did not show where to import the Header and NavLinks, the components which were made.
You should make project setup video first so that we can also start coding with you
hey bro ............
kabhi hindi me kar liya
didnt get a shit, sorry
Sorry for that. What could've been done better ?