Re: [w3c/webcomponents] Non-class based example of customElement.define() (#587)

One last thing, here's a [non-exhaustive list of view layers](https://forums.meteor.com/t/alternative-view-layer-libraries-alternatives-to-blaze-angular-react/38092), some of which are pure JS.

Btw, you can use pure JS with React, Vue, etc. Just don't compile, don't write JSX (HTML), and instead write stuff like `React.createElement('div')` in a React render function. See [React without JSX](https://reactjs.org/docs/react-without-jsx.html), that's pure JS.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/587#issuecomment-369303548

Received on Wednesday, 28 February 2018 16:57:38 UTC