DEV Community

Medea
Medea

Posted on

Next.js Hangout Thread

Hey, this is the 4th weekly hangout thread.

This is a post where you can discuss anything related to Next.js.

You can also share anything new you've worked on with Next.js or any new articles you've created which talk about Next.js.

Feel free to ask any questions as well!

Top comments (8)

Collapse
 
chantal profile image
Chantal

Hey there! 🌟 It's awesome to see the 4th weekly hangout thread for Next.js! 🚀 I haven't been deeply into Next.js lately, but l made sure that l spare an hour just to check what's new and reading. Also, huge thanks to the community for all the insightful articles that keep us learning and growing.

Collapse
 
vulcanwm profile image
Medea

yea next.js is a great framework for js full stack devs!
the community has really nice posts regarding nextjs

Collapse
 
chantal profile image
Chantal

Indeed! So which framework is great for other devs who are not yet seniors?

Thread Thread
 
vulcanwm profile image
Medea

i started off with next.js as a beginner, so i would definitely recommend it to a beginner.
but svelte is pretty good and easy to learn

Thread Thread
 
chantal profile image
Chantal

Alright, thank you. I've already started reading Next.js though.

Thread Thread
 
vulcanwm profile image
Medea

oh okay that's cool

Collapse
 
marco_43 profile image
Marco

do you recomment some cool tutorial sites? I will start with NEXTjs for my new project. Currently I'm deep in Angular but have to (or want to) switch and NEXTjs seems a good idea.

Otherwise: if I create a seperate backend with NestJS, do you think it's useful to use NEXTjs anyway, or should I stay with plain ReactJs? :)

Collapse
 
vulcanwm profile image
Medea

the nextjs official docs are great and you should definitely try out the tutorial on there!

i usually use reactjs with nextjs as a default, no matter if i need a backend or not