PaperCall is shutting down on August 31, 2026. Existing events and submissions will remain available until then. New events can no longer be created.

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.