Explore >> Select a destination


You are here

bradgarropy.com
| | babeljs.io
2.8 parsecs away

Travel
| | While redesigning Instagram Web from the inside out this year, we enjoyed using a number of ES6+ features to write our React components. Allow me to highlight some of the ways that these new language features can change the way you write a React app, making it easier and more fun than ever.
| | frantic.im
2.8 parsecs away

Travel
| | From React.createClass to hooks: why React is at odds with JavaScript
| | blog.fedecarg.com
3.7 parsecs away

Travel
| | One pattern I've used quite a lot while working with React at the BBC and Discovery Channel is the Data Container pattern. It became popular in the last couple of years thanks to libraries like Redux and Komposer. The idea is simple. When you build UI components in React you feed data into them via...
| | nodogmablog.bryanhogan.net
15.4 parsecs away

Travel
| It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.