Some learnings
I simply love the approach of systematical, modular design. It's about components, and a component can consist of other components making a design pattern. In React.js you're forced to think in reusable components. A concept that could not fit a designer any better.
It's not about designing pages and layouts, it's about building systems of components.