Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

NextJS 13 Docs

  • NextJS has streamlined the full-stack web app development process by delivering a framework full of core builtin web features/necessities that takes time to configure in a basic react app like: routing, client and server side data fetching, image optimizations, etc…

  • New Features in Next 13

    • Next 13 simplifies Server Side Rendering (SSR) by introducing the use of React Server Components (React Docs), alongside React 18. RSCs are a huge boost to performance by allowing us to asynchronously fetch data directly from the server, eliminating an extra http request and reducing client side javascript bundle size.

  • No labels