Skip to content

joshuaai/hello-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Next.js

To build server rendered JS web apps with React.

Advantages:

  • Server-rendered by default
  • Automatic code splitting for faster page loads
  • Simple client-side routing (page based)
  • Hot Module Replacement (Reload/Rendering)
  • Able to implement with Express or any other Node.js HTTP server
  • Customizable with your own Babel and Webpack configurations

About

Basics of creating React apps with Next.js. www.learnnextjs.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published