Reactive patterns and templates
OutSystems provides for a framework to accelerate the development of our frontend: OutSystems UI. OutSystems UI is a unified library of UI patterns, actions, and pre-built themes that respect the best trends and practices in the market.
Tip
If you are curious to explore the OutSystems UI framework in detail, you can see it here: https://outsystemsui.outsystems.com/.
Every time we create a frontend module, whenever we have a block or a screen on the canvas, the Service Studio toolbox immediately makes available a huge set of pre-designed and ready-to-use patterns – just drag and drop them to the site that we want from our screen or block.
In this way, development is abstracted, avoiding having to worry about what is inside.
The only thing we have to do is fill in the property attributes so the pattern behaves as expected and with the correct data...