|
|
|
|
|
by iainmerrick
2267 days ago
|
|
Or, “Object-oriented” Remember when we were building our apps as a set of screens and pages instead of thinking in components? Sure, but I also remember building web apps in GWT, using a toolkit of reusable widgets, with an OO interface. Edit to add: I guess I’m more agreeing with the author than arguing with them; I just find it amusing how what goes around comes around. |
|
I saw it more as "purely functional", where components are the functions and styling outside of the component is a side-effect. Avoiding side-effects like margin or align-self makes components more like pure functions than objects IMO.