Just switched an app from create-react-app to @vercel Next.js


Just switched an app from create-react-app to @vercel Next.js.

A surprising benefit: Tests run twice as fast!

Here’s why: With Next, each page renders on the server, and loads in isolation.

The result? Faster renders. And faster renders = faster tests. 🔥

View original on X