An open API service indexing awesome lists of open source software.

https://github.com/nksaraf/vite-next

NextJS alternative built on top of Vite, React Router, React Query
https://github.com/nksaraf/vite-next

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          


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
```

```typescript

```
* SSR (with Suspense support)
* Prerendering and SSG