Slide 58
Slide 58 text
Style-Function-Data Component is...
Framework agnostic
● “Component” can be …
○ React, Vue, or even pure JS
● “Style” can be …
○ Styled Components, Bootstrap, CSSNext, Material Design, or anything
● “Function” can be …
○ pure JS, class, HoC, or anything
● “Data” can be …
○ hard-coded JSON, GraphQL query, or anything