Next.js v2.0

Costas

Administrator
Staff member
Is a very slim yet powerful framework. Place React components in a pages directory and running next, and you'll get automatic code splitting, routing, hot code reloading and universal (server-side and client-side) rendering.

https://zeit.co/blog/next2
 
Top