Skip to content

nksaraf/vite-next

Repository files navigation

vext

Full stack, cross-platform React framework built on vite

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages