- Reactive forms with smart dumb components (Fanis Prodromou)
The reactive forms is a great way to handle complicated forms and the smart dumb pattern is the way to go to increase the maintainability, reusability by respecting the Single Responsibility Pattern. In this topic Fanis will present 4 different approaches, which follows a physical way of thinking flow, of how to handle a complicated form using the smart dumb pattern.