this post was submitted on 08 Sep 2023
546 points (94.2% liked)

Programmer Humor

19197 readers
1362 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] o_d@lemmygrad.ml 1 points 1 year ago (1 children)

Yup! Next is the most mature and complete framework for React. If I need SSR and/or SSG with hydration, it's my go to for now. It adds some complexity, so it can be overkill if you don't need these things. My experience working with it has been excellent.

[โ€“] fidodo@lemm.ee 1 points 1 year ago

It can be overkill if you need something simple that doesn't match next's defaults, but if the default settings of next work for your use case I found the base project setup very simple to use.