You are on page 1of 5

What is NextJS?

The React Framework for Production

A fullstack framework for


ReactJS
NextJS solves common
problems and makes
building React apps easier!
The React Framework for Production

You still write React code, There are certain problems


Lots of built-in features
you still build React which you will need to
(e.g. routing) that help you
components and use solve for almost all
solve common problems &
React features (props, production-ready React
clear guidance on how to
state, context, …) apps: NextJS solves those
use those features
for you
NextJS just enhances your
React apps and adds
more features
NextJS – Key Features & Benefits

File-based Routing Server-side Rendering Fullstack Capabilities

Define pages and routes Automatic page pre- Easily add backend
with files and folders rendering: Great for SEO (server-side) code to your
instead of code and initial load Next / React apps

Blending client-side and Storing data, getting data,


Less code, less work, highly server-side: Fetch data on authentication etc. can be
understandable the server and render added to your React
finished pages projects

You might also like