pimterry / server-components

:wrench: A simple, lightweight tool for composable HTML rendering in Node.js, based on web components.
https://pimterry.github.io/server-components
MIT License
216 stars 12 forks source link

Convert to custom elements v1 #28

Closed gilbert closed 8 years ago

gilbert commented 8 years ago

Implementation is heavily based on polymer's polyfill; I mostly just made it compatible with domino and removed unneeded events (mutation observations, attachedCallback reaction, etc.).

I also added in support for components that are intended to run server-side only. It's a feature I plan to make heavy use of, but I can separate it out if you want.

gilbert commented 8 years ago

Oops, actually there is much more to think about.