web

A better <img> tag

There's usually two solutions to embedding images into your web content: 1) Use the HTML <img> tag This means you can set its height and width which could »

Building generic components in React

Communication between components in React is typically in one direction, i.e. from parent components to child components. We largely use props to pass information like this: <MyVeryAwesomeComponent title= »

From UIKit to Web

In this short series, we explore how to tackle some UI questions for the web with respect to how things are done on iOS. Let's revisit a loading spinner animation »