While building web apps, I usually like to take inspiration from other sites. I'm always fascinated by beautifully designed websites with subtle ye...
For further actions, you may consider blocking this person and/or reporting abuse
I am going to leave some friendly comments for writing updates that i think could really make a difference to the readers :)
thanks for all the suggestions, this is why i love the dev community <3
I dont think you need to explain imports to developers, i think developers working with next should know imports and aliases. Unless you have experienced developers wanting to know this?
actually import aliases are kinda newly added to next.js, wasn't sure if everyone would know this
Is 3 years ago newish though? Aliases have been around since around 2016.
nextjs.org/blog/next-9-4
the option to change/add import alias through the cli itself was added recently, my bad
I find it easier to read articles if some of the code snippets are grouped rather than split up. Seeing as a user must run all of these in sequence its nice to see them together.
Its nice to show the folder and file structure up front and tell readers what folders and files to create:
Create the layout and navbar components like so:
noted !
It would be nice if you put a gif or the video of how this works first so we can see what this is about so we can decide if we want to read further - rather than having the video at the end :)
makes sense, adding the video to top as well :)
Here is a pure HTML / CSS implementation. No javascript needed!
codepen.io/koga73/pen/ZEVpzab?edit...
impressive, there's a small bug though you cant move left when youre on about or contact tab, nice work anyways :)
Well done. Thanks for sharing
Any github links will be useful.
actually, the code for v2 of my personal site is private as it's a wip. but i can create one with only the navbar for you if you need, you need the code for the entire thing or something specific?
Nice!!!
This's great post, thanks for sharing
FWIW, i had some errors resolving Navbar:
For me, needed to add 'app' to the path:
Can you make vercel headless to make it compatible with turbo
Why is it not compatible with turbo? can you elaborate what you're trying to say please?
Confused about the web dev can you help me out with the right roadmap