Tag: react

Make React Fast Again [Part 1]: Performance Timeline

Dev

React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, […]

Ben Edelstein
May 25, 2017 ⋅ 2 min read

Robust, scalable tests for React applications

Dev

For many years I dreaded front end development. It’s not because I don’t love making products or writing CSS, but […]

Matt Arbesfeld
Mar 20, 2017 ⋅ 3 min read

Leveraging the Console API in React apps

Dev

Most JavaScript developers are familiar with the console API, particularlyconsole.log(). However, there are a number of lesser-known console methods that […]

Ben Edelstein
Mar 15, 2017 ⋅ 2 min read

Tips for styling React apps in JavaScript

Dev

While many developers still use CSS to style their React apps, writing styles in JavaScript has become an increasingly popular […]

Ben Edelstein
Mar 7, 2017 ⋅ 1 min read