The React framework for production. Next.js provides zero-configuration automatic code splitting, filesystem based routing, hot code reloading and universal rendering.
"We utilize Next.js for its incredibly powerful frameworks and tools, which form the backbone of Lambda’s web application. Next.js enables us to develop highly performant and scalable applications with features like SSR, SSG, and seamless API integration. "
"We're able to make our UX maximally snappy by leveraging the fine-grained performance controls that Next.js enables: supporting both server-side and client-side rendering, fetching content/views only as needed via dynamic imports, minimizing HTTP hops by utilizing getServerSideProps, and making reloads near-instant with the help of caching."
Today, we're excited to announce Next.js 13, which includes brand new features like nested layouts, server-side streaming, component-based data-fetching, and Turbopack – the Rust-based Webpack successor.
Next.js 12
Next.js 12 is the biggest release ever:
1. Faster Rust Compiler
2. Middleware (beta)
3. React 18 Support
4. AVIF Support
5. Bot-aware ISR Fallback
6. Native ES Modules Support
7. URL Imports (alpha)
8. React Server Components (alpha)