Prisma for Database ◦ Cypress, Vitest ◦ Edge-ready ◦ User Authentication • B4F • Based on React • Very flexible: mix approaches • Re-uses react-router and SSR • Potentially independent from framework
huge impact ◦ Closely linked Bundler + Framework • Hydrate only interactive components ◦ React Server Components • Move non-interactive parts of components to the backend ◦ Remix, Next.js ◦ Focuses on data fetching ◦ "Simple"
Framework agnostic • Speed improvements due to ◦ Reduced bundlesize via code-splitting ◦ Reduced bundlesize by loaders & dependencies on server ◦ Efficient (state) data from backend • Cannot make database queries faster 😉