Home

Projects

Blogs

Gallery

Building A Meta-Framework With Nitro

With all the 3 letter acronyms, SSR, SSG, ISR, PPR , this is my attempt at building a React meta framework.

Before we implement the good parts, we need to decide on a tech stack, apparently every shiny new framework uses Nitropack as the base, so I will be using it too.

  • Nitropack

  • Vite

  • React

Breaking down the problem intro smaller progressive tasks:

A simple file based router