Frontend

Stateless, data-driven UIs

A practical example of how to write stateless, data-driven UIs

What's the domain of the frontend?

A prerequisite for hitting the mark with software design is having good control over the domain you operate in. But what exactly is the domain of your frontend code?

Continuous Delivery on the Frontend

You have a Single Page Application (SPA). Users typically keep the app open in their browser for a long time - many days, or even weeks. At the same time, you’re pushing out new versions several times a day. How on earth do you ensure that people don’t end up stuck on an old frontend that may have bugs you’ve already fixed, or are using an outdated API client? Well, here’s one suggestion.