Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 522 Bytes

Next_Js Course

Next.js is an open-source web development framework built on top of Node.js enabling React-based web applications functionalities such as server-side rendering and generating static websites.

This is a course which discovers the main features of the framework Next.js

  • APIs,
  • Authentication (next-auth, github, email) incl. securing the app,
  • Working with database
  • Preview-Mode
  • Style Options (SCSS, Styled-components, Bootstrap, ...)
  • Pre-rendering (SSG, SSR,ISR,CSR),
  • Routing
  • Styling