choojs / nanocomponent-adapters

🔌 - Convert a nanocomponent to a component for your favourite API or library (web components, (p)react, angular)
MIT License
96 stars 17 forks source link

frameworkless server-side rendering adapter #8

Open davidmarkclements opened 7 years ago

davidmarkclements commented 7 years ago

minimum overhead string-concat based rendering that can be used server side (i.e. to work around the React.renderToString)

yoshuawuyts commented 7 years ago

Ah interesting; for choo - bel / choo have a .toString() method - perhaps we should expose one here too? Adapting anything from bel would be v. straight forward.