Next.js
↔ fullstack React Framework for SSG & now official react team approval?! headless CMS
aka next, nextjs
Next 13
version 13 of Next.js, beta, latest as of October 25th, 2022
Next 12
verion 12 of Next.js, deprecated as of October 25th, 2022
Next Concepts
Next.js opinionated solutions to various fullstack design concerns
Nextra
opinionated SSG solution for nextjs
References
Next 12
↔ verion 12 of Next.js, deprecated as of October 25th, 2022Next 13
↔ version 13 of Next.js, beta, latest as of October 25th, 2022Tree
↔ Next.js folder struct to def Hierachy for File System RouterNext Scripts
↔package.json
scripts for Next.js projectNext Data Fetching
↔ Opinionated Design Patterns in Next.js for Data Fetch situations(_default_) [**_
Next.js_**](next-js) requests are all [
Static Fetch](static-fetch)
↔ to minimise load on backend & improve performance. Need to opt-in to Dynamic FetchNext Concepts
↔ Next.js opinionated solutions to various fullstack design concernsNext CLI
↔ Next.js CLI Dev tool to start/build/test project from Terminalcreate-next-app
↔ Next.js Scaffolding Dev tool with wizard setupnext-code-elimination-tool
↔ Next.js online tool to verify Dead CodeAPI Route Helpers
↔ Next.js utility function to work with API EndpointsIndex Route
↔ Next.js routes allindex.tsx
Page to Leaf dirVercel
↔ PaaS dev of Next.js, parcel, Serverless JAMstack CDNGatsby
↔ SSG for pure blogs. Next.js alt for pure static sites. 412K vs next 3.5M WDL. GraphQLSvelte Kit
↔ Svelte equi of Next.js for unified fullstack dev environ for appsPage
↔export default
FC to display unique UI fornext
File System Routernext start
↔ to start Next.js prod servernext build
↔ to build Next.js App for prodreact-router+file-system Router
↔ similar to nextjs File System RouterSSG over ISR for docs
↔ When starting this project, I was largely torn over whether to go with Next.js+Nextra vsdocusaurus
. Now, with the full experience of deploying this website, I can properly discuss the tradeoffs and lessons learned from going with Docusaurus over Nextra. [WRITING IN PROGRESS][ADD SOME PICTURES!]