WasmEdge SSR + React

Edit src/App.tsx and save to test HMR

This demonstrates React 18 SSR with streaming and Suspense

🎯 Lazy Loaded Component

This component was loaded asynchronously using React.lazy() and Suspense.

In SSR mode, this content appears after 2 seconds delay.

✅ If you can type and see updates, React hydration is working!

Click on the Vite and React logos to learn more