SvelteRender (Forked from ReactRender): SSR for Svelte Components

This was originally forked from RevelryLabs excellent ReactRender repo. SvelteRender does not hydrate or initialise your components client-side, you have to do that yourself. There are instructions in the README on one way to do that using page.js.

This is very thrown together, doesn’t have tests written (because I put it together for an MVP I’m working on) but wanted to share in case anyone is looking for this functionality.

7 Likes