- From: Joe Pea <notifications@github.com>
- Date: Wed, 28 Feb 2018 08:50:04 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 February 2018 16:57:38 UTC
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