matthewp / haunted

React's Hooks API implemented for web components 👻

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync rendering

matthewp opened this issue · comments

For SSR we need the ability to render synchronously. For now I think I'm just going to do some environment check and use a sync renderer in Node/Deno. Let me know if anyone can think of a better way.