react

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= »