+ Rstack React SSR
+ Rendered on the server and hydrated in the browser.
+
+ );
+}
diff --git a/examples/rstest-inline-projects/src/index.tsx b/examples/rstest-inline-projects/src/index.tsx
new file mode 100644
index 0000000..33694e2
--- /dev/null
+++ b/examples/rstest-inline-projects/src/index.tsx
@@ -0,0 +1,8 @@
+import { hydrateRoot } from 'react-dom/client';
+import App from './App';
+
+const root = document.getElementById('root');
+
+if (root) {
+ hydrateRoot(root,