|
|
|
|
|
by travisd
1708 days ago
|
|
For the frontend side of things, especially when using React, NextJS is the first tool in the toolbox. You get a lot more than CRA provides out of the box (SSR, routing, API routes, and server-side only code for dealing with database access). Vercel or Netlify are both amazing dev experiences to get setup with (including Git push deploys). |
|