📄️ NextJS Docs
NextJS is a Full Stack Web Application framework that build on the top of ReactJS
📄️ Routing in NextJS
NextJS support file based routing, every route has in the form folder that also had contains a file called page.tsx or page.jsx
📄️ NextJS vs ReactJS
NextJS is a framework based on ReactJS, NextJS had extended the features of reactjS.
📄️ ExpressJS
Express is a minimal and flexible Node.js framework that gives us a tools to build web applications and APIs with ease.
📄️ Table of contents
- Introduction to NextJS