Tag: composable

Seeing your composable in shades of grey

Recently, I needed to make a composable look disabled, my friendly design team wanted something quite complex turned to greyscale and made slightly transparent. And it had to be dynamic with changeable data, so I could not just use a drawable for when the composable was in disabled mode, and overlay...

Best Tools for Composable Frontend in 2024

While 2024 is still a bit away, it’s never too early to start thinking about how the industry is changing and what alternatives should you be looking into. Especially so because composable frontends pose a fantastic solution to an ever-growing problem: the apps are getting bigger and more c...

Composable Services

Composable services refer to a software architectural pattern that emphasizes the construction and integration of modular, independent services to build complex applications or systems. With this approach, services are designed to be self-contained, loosely coupled, and independently deployable comp...

Composable Frontend Architecture for 2024

Composable frontends allow you to create complex UIs from reusable, individual and (most importantly) independent logic building blocks (you can think of them as digital Lego bricks). They facilitate collaboration with other teams, making it easier to grow and scale these “bricks”. ...