News

KMP is emerging as an alternative for cross-platform development, offering a path to share code without sacrificing the performance and feel of a native application. KMP comes with its own set of ...
Beyond the usual quick tips, let's look at both the business case and the technical side of keeping React bundles lean.
The React application that you will be using is a simple number guessing game. The game is currently written using a mix of class components for components that have state and stateless functional ...
React class components provide several lifecycle methods that you can use to control your application based on the state of the UI. These methods happen automatically - but you can call them to modify ...