How to build customizable and reusable Vue components by Filip Rakowski

While most of the mainstream UI libraries give their users a great experience out of the box they fail when it comes to heavy customization and non-standard use cases. Our goal was to create a customization-first library and during the talk, I will share what problems we encountered while trying to achieve this goal and how we solved them. I want to share everything we learned about creating reusable and customizable Vue components. I will answer questions such as When you should use slots instead of props?
Back to Top