SlideShare a Scribd company logo
Universal apps in Next.js
Contents
💣 Problems in React SPAs
💻 What is Next.js
💪 Main features and advantages
😿 And one disadvantage
💔 Alternatives
📚 Resources
Problems with SPAs
SEO is a problem
Problems with SPAs
SEO is a problem
SSR could be hard
Need to fetch initial data on
server and pass it to client 

(redux helps)
Problems with SPAs
SEO is a problem
SSR could be hard
Universal React could be hard
Routing, different context
runs the same code
Problems with SPAs
SEO is a problem
SSR could be hard
Universal React could be hard
Build system and performance
😭
Problems with SPAs
SEO is a problem
SSR could be hard
Universal React could be hard
Build system and performance
Hard to extend
fe. ejecting
create-react-app
Next.js for a rescue
Made by
Quite popular
Well maintained
v5.x.x released recently
Next.js for a rescue
Built on top of:
Next.js for a rescue
📤 Works out of the box & zero config
🕐 Is one dependency (+ react)
🐈 Easy to extend and to revert
Next.js for a rescue
💵 Both production build with server
🆒 and static site export
🚀 Many performance tricks
✂ Code splitting
⚡ Small size
Getting started
npm install next react react-dom
One dependency
Dev server
Production build & server
npx next
npx next build && npx next start
Project structure
Required
Next resolves
/ route by default
Project structure
One view = one file
Next resolves /blog
Project structure
Overrides default
error page
Project structure
Overrides default
document structure
Project structure
Static files are
served from here
Project structure
Extend babel
Set config and
extend f.e webpack
Sample page
Just a React component
Sample page
Special Next lifecycle method
Sample page
You can detect client or server
You can get access to

request and response!
Sample page
I’m a thunk 🐘
Redux needs init on every page
Store is injected to method
Initial data fetching done
before render
Extending base HTML
Added styled-components
Extending Webpack
Extending babel
Some Extras
Prefetching
Some Extras
Dynamic components
Disadvantage - routing
/ resolves to pages/index.js
/blog resolves to pages/blog.js
/blog?post=my-post resolves to pages/blog.js
/blog/my-post doesn’t resolve
Disadvantage - routing
/ resolves to pages/index.js
/blog resolves to pages/blog.js
/blog?post=my-post resolves to pages/blog.js
/blog/my-post doesn’t resolve
Custom server & routes
Alternatives
Walmart’s Electrode
after.js
Alibaba’s beidou
create-react-app
razzle
Resources
https://github.com/zeit/next.js/tree/canary/examples
https://github.com/fridays/next-routes
https://github.com/unicodeveloper/awesome-nextjs
Thx bye

More Related Content

What's hot (20)

PDF
NextJS - Online Summit for Frontend Developers September 2020
Milad Heydari
 
PDF
React Native - Getting Started
Tracy Lee
 
PDF
Vue.js
Jadson Santos
 
PDF
React JS - Introduction
Sergey Romaneko
 
PDF
Introduction to React Native
Sambhu Lakshmanan
 
PDF
Angular - Chapter 3 - Components
WebStackAcademy
 
PPTX
reactJS
Syam Santhosh
 
PPTX
React Native
Software Infrastructure
 
PPTX
Introduction to react js
Aeshan Wijetunge
 
PPTX
How native is React Native? | React Native vs Native App Development
Devathon
 
PPTX
React js basics
Maulik Shah
 
PDF
React Context API
NodeXperts
 
PDF
ReactDC Intro to NextJS 9
Allison Kunz
 
PDF
Introduction to React JS
Bethmi Gunasekara
 
PPTX
Node.js Express
Eyal Vardi
 
PDF
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Edureka!
 
PPTX
React js programming concept
Tariqul islam
 
PPTX
Intro to React
Justin Reock
 
PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
NextJS - Online Summit for Frontend Developers September 2020
Milad Heydari
 
React Native - Getting Started
Tracy Lee
 
React JS - Introduction
Sergey Romaneko
 
Introduction to React Native
Sambhu Lakshmanan
 
Angular - Chapter 3 - Components
WebStackAcademy
 
reactJS
Syam Santhosh
 
Introduction to react js
Aeshan Wijetunge
 
How native is React Native? | React Native vs Native App Development
Devathon
 
React js basics
Maulik Shah
 
React Context API
NodeXperts
 
ReactDC Intro to NextJS 9
Allison Kunz
 
Introduction to React JS
Bethmi Gunasekara
 
Node.js Express
Eyal Vardi
 
Angular vs React vs Vue | Javascript Frameworks Comparison | Which One You Sh...
Edureka!
 
React js programming concept
Tariqul islam
 
Intro to React
Justin Reock
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 

Similar to Universal React apps in Next.js (20)

PPTX
Introduction to React.js and Next.js.pptx
alpeshconnect1
 
PPTX
Next JS vs React.pptx
Albiorix Technology
 
PDF
ReactJs vs NextJs.pdf
TapanPatel847364
 
PDF
Next.js with drupal, the good parts
Taller Negócio Digitais
 
PDF
Choosing Between React and Next.js: Key Differences Explained
Shiv Technolabs Pvt. Ltd.
 
PDF
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
Semiosis Software Private Limited
 
PPTX
React js
Nikhil Karkra
 
PPTX
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
Simplilearn
 
PPTX
difference between React and Next js
umairfarooq73
 
PDF
nextjs-handbook.pdf
RaviKumar76265
 
PPTX
Building isomorphic java script apps faster with next.js
Madhav Chaturvedi
 
PDF
Frontrunners react
Allison Kunz
 
PPTX
Server side rendering review
Vladyslav Morzhanov
 
PPTX
Next.js - ReactPlayIO.pptx
DivyanshGupta922023
 
PDF
Review on React JS
ijtsrd
 
PDF
What is Next js.pdf
nikhilsuman11
 
PPTX
NEXTjs.pptxfggfgfdgfgfdgfdgfdgfdgfdgfdgfg
zmulani8
 
PDF
reactjs-vs-angularjs-which-is-the-best-framework-for-you.pdf
RobertThorson2
 
PPTX
intro to react| React: dynamic UIs, component-based, virtual DOM, JSX, effici...
IbadUddin4
 
PPTX
Next.js vs Node.js: Choosing the Right Framework for App Development
GokulKanna18
 
Introduction to React.js and Next.js.pptx
alpeshconnect1
 
Next JS vs React.pptx
Albiorix Technology
 
ReactJs vs NextJs.pdf
TapanPatel847364
 
Next.js with drupal, the good parts
Taller Negócio Digitais
 
Choosing Between React and Next.js: Key Differences Explained
Shiv Technolabs Pvt. Ltd.
 
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
Semiosis Software Private Limited
 
React js
Nikhil Karkra
 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
Simplilearn
 
difference between React and Next js
umairfarooq73
 
nextjs-handbook.pdf
RaviKumar76265
 
Building isomorphic java script apps faster with next.js
Madhav Chaturvedi
 
Frontrunners react
Allison Kunz
 
Server side rendering review
Vladyslav Morzhanov
 
Next.js - ReactPlayIO.pptx
DivyanshGupta922023
 
Review on React JS
ijtsrd
 
What is Next js.pdf
nikhilsuman11
 
NEXTjs.pptxfggfgfdgfgfdgfdgfdgfdgfdgfdgfg
zmulani8
 
reactjs-vs-angularjs-which-is-the-best-framework-for-you.pdf
RobertThorson2
 
intro to react| React: dynamic UIs, component-based, virtual DOM, JSX, effici...
IbadUddin4
 
Next.js vs Node.js: Choosing the Right Framework for App Development
GokulKanna18
 
Ad

Recently uploaded (20)

PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PPTX
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Online Queue Management System for Public Service Offices in Nepal [Focused i...
Rishab Acharya
 
PDF
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PDF
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PPTX
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Online Queue Management System for Public Service Offices in Nepal [Focused i...
Rishab Acharya
 
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
Ad

Universal React apps in Next.js