Next
next
The React Framework
Next.js Libraries
react
framework
nextjs
web
server
node
front-end
backend
cli
vercel
Stars
142k
Weekly
0
Open issues
3282
Bundle
~60 kB
Installation
npm install nextCode example
// app/page.tsx
import { Next } from "next";
export default function Page() {
return (
<main>
<Next />
</main>
);
}Pros & cons
Pros
- Actively maintained by vercel-release-bot
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Not supported in React Native
- 3282 open issues on GitHub