I LOVE Netlify. I'm a huge fan of the JAMstack concept. I think that if you can manage it (don't need SEO) then it's the way to go (otherwise, SSR with Next.js is the BOMB 💣).
Reasons I love the JAMstack:
It's conceptually simple.
It's easy to deploy/rollback: Ship a few files to a CDN 🤷♂️
"Perceived performance" is super because you can show your user something very quickly even if they're on a bad connection or low-end device.
It forces you to separate your client from the backend which makes development much simpler.