Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

What is polymer????? and why i should use it does it is something like react.js or angular.js??

Guil Hernandez Hello sir, can you please tell what is polymer is it is something like angular.js or react.js. polymer is used for ?????

1 Answer

Polymer is a library for creating web components whereas Angular is a Framework, and React is a library for building user interfaces. I can't speak personally for using Polymer, but here is an article that talks about why you might want to check it out: https://home-assistant.io/blog/2016/05/18/why-we-use-polymer/. So in the sense that both React and Angular can create components, yes Polymer is similar but only in terms of creating those components, Angular has a lot of framework specific features just like React does.