Skip to content

Commit 69b6d7c

Browse files
authored
docs: Add vite-solid example (#63)
* docs: Add vite-solid example, resolves #62. * docs: mention solid-js compatibility.
1 parent f9535c7 commit 69b6d7c

24 files changed

+4084
-1106
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ path = "examples/rspack-react/server.rs"
101101
[[example]]
102102
name="vite-svelte"
103103
path="examples/vite-svelte/backend/main.rs"
104+
105+
[[example]]
106+
name="vite-solid"
107+
path="examples/vite-solid/server.rs"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It uses an embedded version of the [V8](https://v8.dev/) javascript engine (<a h
99
> [!NOTE]
1010
> This project is the backbone of [tuono](https://github.com/Valerioageno/tuono); a fullstack react framework with built in SSR.
1111
12-
Currently it works with [Vite](https://vitejs.dev/), [Webpack](https://webpack.js.org/), [Rspack](https://www.rspack.dev/), [React 18](https://react.dev/) and [Svelte 5](https://svelte.dev/) - Check the `examples/` folder.
12+
Currently it works with [Vite](https://vitejs.dev/), [Webpack](https://webpack.js.org/), [Rspack](https://www.rspack.dev/), [React 18](https://react.dev/), [Svelte 5](https://svelte.dev/) and [SolidJS](https://solidjs.com/) - Check the `examples/` folder.
1313

1414
> Check <a href="https://github.com/Valerioageno/ssr-rs/blob/main/benches">here</a> the benchmark results.
1515
@@ -157,7 +157,7 @@ Any helps or suggestions will be appreciated.
157157

158158
Known TODOs:
159159
- Add examples with other rust backend frameworks
160-
- Add examples with other frontend frameworks (i.e. vue, quik, solid)
160+
- Add examples with other frontend frameworks (i.e. vue, quik)
161161
- Add benchmark setup to test against Deno and Bun
162162
- Explore support for V8 snapshots
163163
- Explore js copilation to WASM (i.e. [javy](https://github.com/bytecodealliance/javy))

0 commit comments

Comments
 (0)