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
- Host: GitHub
- URL: https://github.com/nksaraf/vite-next
- Owner: nksaraf
- Created: 2021-02-13T04:15:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T19:18:50.000Z (about 4 years ago)
- Last Synced: 2025-04-15T01:41:16.243Z (6 months ago)
- Language: TypeScript
- Homepage: https://codesandbox.io/s/github/nksaraf/vite-next
- Size: 295 KB
- Stars: 52
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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