marcog83 / RoboJS

RoboJS is a library that aims to dynamically load JS modules depending on how the DOM is composed.
MIT License
134 stars 4 forks source link

Live sample #3

Closed artlantis closed 8 years ago

artlantis commented 8 years ago

it would be nice to see a live example of custom elements/webcomponents with RoboJS. I understand the technique well but don't know how can we use in real life.

marcog83 commented 8 years ago

Hi, as soon as possible I will write a live example, thanks for the advice

marcog83 commented 8 years ago

Hi, I created a quick demo on http://marcog83.github.io/RoboJS/ It simulate a bunch of modules loaded from server (on the left), and a page where to place them (on the right). Hope it can be useful.

artlantis commented 8 years ago

Oh, wonderful. Thank you so much.