Simon
@CarlosSimon02All solutions
- Submitted 8 months ago
Responsive Audiophile Website using Next14 and Tailwind CSS
- HTML
- CSS
- JS
๐๏ธ Hey there Frontend Mentor community! ๐
Exciting news! I just finished my very first project using Next.js. It's been a journey! Now, I've got a couple of questions and I'd love your input:
-
I used
createPortal()
from react-dom to implement a modal dialog in my project. Is this the best way to do it? Would it be better to use thedialog
tag? -
I'm having a bit of trouble with
getStaticPaths()
when deploying to Vercel. Every time I try, it fails with an error message saying "getStaticPaths" is not a valid Page export field. Any ideas why this might be happening? -
Lastly, I'm curious about how you organize your Tailwind classNames. Any tips or tricks you could share? I'm still figuring out the best approach.
Thanks a bunch for any help or advice you can offer! ๐