Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

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.

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#FFFAE6

NextJS and SEO

...