Skip to content

Commit 248b549

Browse files
committed
docs: mention solid-js compatibility.
1 parent 81c0241 commit 248b549

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! ℹ️ **This project is the backbone of [tuono](https://github.com/Valerioageno/tuono); a fullstack react framework with built in SSR.**
99
//!
10-
//! 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 <a href="https://github.com/Valerioageno/ssr-rs/blob/main/examples" target="_blank">examples</a> folder.
10+
//! 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 <a href="https://github.com/Valerioageno/ssr-rs/blob/main/examples" target="_blank">examples</a> folder.
1111
//!
1212
//! > Check <a href="https://github.com/Valerioageno/ssr-rs/blob/main/benches">here</a> the
1313
//! > benchmarks results.

0 commit comments

Comments
 (0)