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 »
Random ramblings about code and design
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 »
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= »
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 »