546
you are viewing a single comment's thread
view the rest of the comments
[-] fidodo@lemm.ee 3 points 1 year ago

Curious if you've used next with react. React itself has a scope rendering design goal and leaves the rest of the app to the community, and next sets up all the stuff around it for you and I think they did a really great job with the defaults they close, and it's still fully extendable.

[-] o_d@lemmygrad.ml 1 points 1 year ago

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.

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

Programmer Humor

19138 readers
489 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