https://github.com/aslemammad/rock-todo-list
Next generation is telefunc. Not anything else 😎
https://github.com/aslemammad/rock-todo-list
Last synced: 11 months ago
JSON representation
Next generation is telefunc. Not anything else 😎
- Host: GitHub
- URL: https://github.com/aslemammad/rock-todo-list
- Owner: Aslemammad
- Created: 2021-12-03T15:59:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T01:31:07.000Z (about 4 years ago)
- Last Synced: 2025-04-09T01:27:38.278Z (about 1 year ago)
- Language: TypeScript
- Size: 302 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Example of using `vite-plugin-ssr` with React that showcases many features.
For a simpler example, check out [/examples/react/](/examples/react/).
Features:
- Client Routing (+ usage of `navigate()`)
- Data Fetching (server-side fetching + isomorphic fetching)
- Pre-rendering (+ usage of the `prerender()` hook)
- Route Function
- TypeScript
- Markdown
- Error Page
- Active Links
- Access `pageContext` from any React component (using React Context)
- HTML streaming
To run it:
```bash
git clone git@github.com:brillout/vite-plugin-ssr
cd vite-plugin-ssr/examples/react-full/
npm install
npm run start
```