#vite
2 posts tagged vite.
2 min read
Vitest and Playwright: a testing stack that fits Vite
When your apps build with Vite, Vitest is the unit runner that shares its pipeline, and Playwright covers the rest. Here is why that pairing works.
#testing#vitest#playwright
2 min read
Why we chose Vite over Next.js
Next.js is excellent, but our apps are authenticated SPAs and an embeddable widget backed by a GraphQL API. Here is why Vite was the better fit.
#vite#react#frontend