0kku / destiny

A reactive UI library for JavaScript and TypeScript
Open Software License 3.0
53 stars 6 forks source link

SSR #5

Open 0kku opened 4 years ago

0kku commented 4 years ago

@b-fuze is working on a DOM API for Deno, which this feature depends on. The intention is to do SSR primarily using Deno because of its closer-to-web JS API. While I'm not super interested in adding support for SSR using Node, that's probably achievable with JSDOM; though the performance won't be up-to-par with the Deno version.