All Courses


[
  {
    "packageName": "next-pro",
    "title": "Next Pro Course",
    "abstract": "Welcome to Next Pro Course",
    "lectures": 50,
    "duration": 77
  },
  {
    "packageName": "reactt-pro",
    "title": "React Pro Course",
    "abstract": "Welcome to React Pro Course",
    "lectures": 50,
    "duration": 77
  }
]

{
  "packageName": "next-pro",
  "title": "Next Pro Course",
  "abstract": "Welcome to Next Pro Course",
  "lectures": 50,
  "duration": 77
}

[
  {
    "slug": "001_getting-started",
    "meta": {
      "title": "Getting Started",
      "abstract": "Getting Started module of PunPro Course"
    },
    "lectures": [
      {
        "slug": "001_introduction",
        "meta": {
          "title": "Introduction",
          "abstract": "Introduction lecture of PunPro Course"
        }
      },
      {
        "slug": "002_installing-punpro",
        "meta": {
          "title": "Installing PunPro",
          "abstract": "Installing PunPro lecture of PunPro Course"
        }
      }
    ]
  },
  {
    "slug": "002_routing",
    "meta": {
      "title": "Routing",
      "abstract": "Routing module of PunPro Course"
    },
    "lectures": [
      {
        "slug": "001_routing",
        "meta": {
          "title": "Routing in PunPro",
          "abstract": "Learn how to do routing in PunPro"
        }
      }
    ]
  },
  {
    "slug": "003_data-fetching",
    "meta": {
      "title": "Data Fetching",
      "abstract": "Data Fetching module of PunPro Course"
    },
    "lectures": [
      {
        "slug": "001_ssg",
        "meta": {
          "title": "Static Site Generation",
          "abstract": "Static Site Generation lecture of PunPro Course"
        }
      },
      {
        "slug": "002_ssr",
        "meta": {
          "title": "Server Side Rendering",
          "abstract": "Server Side Rendering lecture of PunPro Course"
        }
      },
      {
        "slug": "003_isr",
        "meta": {
          "title": "Incremental Static Generation",
          "abstract": "Incremental Static Generation lecture of PunPro Course"
        }
      },
      {
        "slug": "004_partial-prerendering",
        "meta": {
          "title": "Partial Prerendering",
          "abstract": "Partial Prerendering lecture of PunPro Course"
        }
      }
    ]
  }
]

{
  "title": "Incremental Static Generation",
  "abstract": "Incremental Static Generation lecture of PunPro Course",
  "slug": "003_isr",
  "content": "\n# Incremental Static Generation\n\nSome stuff here regarding ISR"
}