Slides for my talk at ReactiveConf 2018 in Prague, Czech Republic.
Summary:
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?
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.