AhmedElgaidi / learn-nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I've learned:

  1. Project Structure.
  2. Routing:
    1. Simple Routing for different pages.
    2. Nested Routes.
    3. Dynamic Routes.
    4. Nested Dynamic Routes.
    5. Catch all dynamic routes (Many dynamic parameters) /docs/feature1/concept1/example1
    6. Navigation between pages/ routes by using Link component.
      1. Fixed links.
      2. Dynamic links.
      3. programmatic navigation
    1. Define custom route (not found/ 404)

About


Languages

Language:JavaScript 56.8%Language:CSS 43.2%