Vue.js Talks #3
AGENDA:
Micro Frontends (Klaus Hamperl, frontend team leader at Einhell Germany A, public speaker)
In this presentation I would like to introduce the possible uses of microfrontends. In a small project I will then show how easy it is to create a distributed application and how this improves the reusability of components. Practical examples from the Einhell application and web world will conclude the presentation.
Maxing component customization (Yauheni Prakopchuk, CTO at Epicmax)
We’ll talk about ways to maximize the potential customization of a component without the need to account for everything. Looking at data approaches, custom components, CSS tricks, component composition, etc.
Rethinking SOLID principles in Javascript. Part 2 (Dmitry Raichev, frontend developer at Epicmax).
Exploring how to adapt and apply OOP concepts for more maintainable and efficient development in the JavaScript world.