Next.js is a React framework for developing single page and multi-page JavaScript applications and websites.
Use React to render templates on the server, as well frontend components.
Next.js is free and open source software.
Key Features
- Pages with two forms of pre-rendering: Static Generation and Server-side Rendering.
- Data fetching – Next.js functions you can use to fetch data for pre-rendering.
- Built-in CSS support – import CSS files from a JavaScript file.
- Fast refresh – a Next.js feature that gives you instantaneous feedback on edits made to your React components.
- Static file serving – serve static files, like images, under a folder called public in the root directory.
- TypeScript – provides an integrated TypeScript experience out of the box, similar to an IDE.
- Built-in support for environment variables:
- Use .env.local to load environment variables.
- Expose environment variables to the browser.
- Supports IE11 and all modern browsers (Edge, Firefox, Chrome, Safari, Opera, et al) with no required configuration.
- Routing – file-system based router built on the concept of pages.
- API routes – provides a straightforward solution to build your API with Next.js.
- Deployment.
- Advanced features include preview mode, dynamic import, automatic static optimization, static HTML export, absolute imports and module path aliases, AMP support, and more.
Website: nextjs.org
Support: Documentation, GitHub Code Repository
Developer: Vercel, Inc.
License: MIT License
Next.js is written in JavaScript and TypeScript. Learn JavaScript with our recommended free books and free tutorials. Learn TypeScript with our recommended free books and free tutorials.
Related Software
| JavaScript Static Site Generators | |
|---|---|
| Next.js | Minimalistic framework for server-rendered React applications |
| Gatsby | React-based open source framework for creating websites and apps |
| Eleventy | Transforms a directory of templates (of varying types) into HTML |
| Hexo | Fast, simple & powerful blog framework, powered by Node.js |
| Astro | Website build tool for the modern web |
| Docusaurus | Build, deploy and maintain documentation websites |
| GitBook | Publish beautiful docs for your users |
| VuePress | Minimalistic Vue-powered static site generator |
| Metalsmith | Simple, pluggable static site generator |
| Docsify | Documentation site generator |
| React Static | Progressive static-site generator for React |
| Gridsome | Jamstack framework for Vue.js |
| Cuttlebelle | React static site generator |
| Assemble | Rapid prototyping and static site generation |
| Panini | Super simple flat file generator for use with Gulp |
| constexprjs | Stic site generator without a DSL or a templating language |
Read our verdict in the software roundup.
| JavaScript Frameworks | |
|---|---|
| Vue.js | Progressive framework for building user interfaces |
| Svelte | Cybernetically enhanced web apps |
| Next.js | Minimalistic framework for server-rendered React applications |
| Angular | One JavaScript framework - mobile and desktop |
| Gatsby | React-based open source framework for creating websites and apps |
| Express | Minimal and flexible Node.js web application framework |
| Astro | Website build tool for the modern web |
| Meteor | Simple environment for building modern web applications |
| Mithril | Modern client-side framework for building single page applications |
| Ember.js | Battle-tested framework for building modern web applications |
| Fresh | Next generation web framework, built for speed, reliability, and simplicity |
| Smart Framework | PHP and JavaScript web framework |
| Aurelia | Build components with plain, vanilla JavaScript/TypeScript |
| AngularJS | Extend HTML vocabulary for your application |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

