Skip to content

KingPanda0/next-edu

Repository files navigation

next-edu

A proof of concept using a NextJS seed ready to be deployed with Vercel.

Deploy with Vercel

Features

  • Images Lazy-Loading
  • CSS Purged
  • Perfect Scoring on Lighthouse
  • SEO Ready
  • Incremental Static Generation
  • Localization
  • Hybrid Pages

Tech Stack

  • Next.js
  • Tailwind CSS
  • PostCSS
    • PurgeCSS
    • Allows nesting and imports.

Why Next.js

A More Technical Why

  • Hybrid Framework - Dynamic and Static Sites
  • Maximum flexibility - Architecture that scales
  • Incremental Static Generation - Build as you go
  • Stable and Up-to-Date - Regularly updated
  • Popular and Open-Source - Trusted by the community
  • Low learning curve - Zero Config
  • No Lock-In - Just Components
  • For everyone - Small sized teams, multiple squads

Up and Running

Reading and Resources