1. React
  2. ReactiveConf
  3. 2018
  4. Reusability: Sharing Components

Reusability: Sharing Components

Robin Frischmann at ReactiveConf 2018

Reusability is often listed as one of the core benefits of component-based architectures. While in theory it’s pretty straight-forward, in practice, writing truly reusable components is way more complicated. How do we customize styling? how to render to non-browser environments? There are all valid questions and issues with current solutions. But, following some rules and patterns can help to minify the problems. Follow me along my quest to achieve maximal reusability and delightful component sharing.