Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups "Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/ddf0cefe-5dfa-4187-bdf7-2ad3d91f8602%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/13e6fb8d-f6ba-44c0-8702-b2ab2d0c16d1%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/77602a50-71c7-4229-b2fe-918f079139d7%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAMZCrPjm5NJjfv5o-400TOO-ckGt8a0tiKSkjjFU9Eh3c6nbNQ%40mail.gmail.com.
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups "Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/343d5bbf-0231-4c8d-a452-33b51089170c%40googlegroups.com.
In short terms:
React offers a virtual dom to your application using a one way data binding flow which makes it easier to reason about the data flow in your application. Polymer does not do this.
Polymer is based on the same reasoning that existed before react was invented only this time it aims for easier component reuse for developers. Polymer is sponsored by Google the same company that is sponsoring web components specification of which you can get the most objective information about from https://developer.mozilla.org/en-US/docs/Web/Web_Components
Over there is states that the specification is divided into 4 parts:
1. Custom Elements
2. HTML Elements
3. Shadow DOM
4. HTML Imports
If you like material design, the best way to get it into your application is to use polymer and it's elements.
At some point in the future you may be the one to take both to the alter and wed them so that react can speak web components and leverage the work polymer has already done in this area.
Just my two cents.
John.