With Next.js, server rendering React applications has never been easier, no matter where your data is coming from.
No need to learn a new framework. Exporting a static site with Next.js is as easy as a single command.
Next.js comes with styled-jsx
included, but it also works with every CSS-in-JS solution you know and love.
Automatic code splitting, filesystem based routing, hot code reloading and universal rendering.
Learn Next.jsComplete control over Babel and Webpack. Customizable server, routing and next-plugins.
View Full DocumentationOptimized for a smaller build size, faster dev compilation and dozens of other improvements.
View Showcase