server-components
server-components copied to clipboard
:wrench: A simple, lightweight tool for composable HTML rendering in Node.js, based on web components.
how would I render a data grid?
Closes #27 The implementation is almost a copy-paste of [polymer's polyfill](https://github.com/webcomponents/custom-elements/blob/master/src/custom-elements.js). The main differences is that I removed some unnecessary reactions and hooked in Domino. If approved, a squash merge...
Since this area of development is greenfield, it would be good to future-proof from the start. I'm currently working on a V1 conversion based on [polymer's polyfill](https://github.com/webcomponents/custom-elements/blob/master/src/custom-elements.js). The main issue...
Depends on #20, but should be fairly easy once that's out the way. Could continue polyfilling myself, but while that's fine for a PoC, it doesn't seem like the right...
See placeholder project at https://github.com/pimterry/server-components-express