Keep UI under React, move complexity to models

By Alberto Silva

Elevator Pitch

In a lot UI projects, using React, even Vue.js or Angular, a lot of programmers bring a lot of complexity for UI components, by mixtures algorigthms and business rules with UI components. Let’s see how to do it using our dear library: React.

Description

In a lot UI projects, using React, even Vue.js or Angular, a lot of programmers bring a lot of complexity for UI components, by mixtures algorithms and business rules with UI components. Let’s see how to do it using our dear library: React.