Tag: react

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