vite-next

NextJS alternative built on top of Vite, React Router, React Query

Stars
49
Committers
1

NextJS alternative built on top of Vite, React Router, React Query

  • File-system based routing (similar to Next JS)
  /api
    /notify.tsx
  /app
    /pages
      /_layout.tsx
      /index.tsx
      /post
        /[post].tsx
      /user
        /[id]
          /posts.tsx
          /index.tsx
      /users.tsx
      /admin
        /_layout.tsx
        /[...page].tsx
      /_document.tsx
  /db
    /index.tsx



  • SSR (with Suspense support)
  • Prerendering and SSG