REST in Peace
February 28, 2017
Organization of frontend development for products with microservices
February 28, 2017

Dependencies in component web done right

Speaker: Vladimir Grinenko

Stream: «Frontend Dev Conf»

Description:

We live in a component-based world. Complex components are based on simple ones. This implies the need to express dependencies between them. Most existing methods have notable disadvantages: hardcode, refactoring complexity, large amount of manual work and so on. Let’s fix it!