Where do UIs belong? Link to heading Most of us consider ReactJS a tool for rendering UI components on the web (or the DOM, specifically), and if by “React” we mean “ReactDOM” then we’re right. But as we’ve seen with React Native, React is not confined to the DOM at all, and can render to any number of environments. After all, like it says on the box, React is a “JavaScript library for building user interfaces”. We’ve seen the same with Compose Multiplatform: what used to be...