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

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 😎

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