Making a Web Component Analysis a practical example

Eder Negrete
3 min readFeb 7, 2018
source: http://www.masisalab.com

So you probably have heard about this thing called components, Angular, React, Vue, Polymer, everyone is doing it.

Components are basically legos, small pieces of software that can be assembled into an app. So a big step when doing web components, is change the state of mind and start thinking in components

So, how do I think in components?

--

--