Recent React performance fixes on Airbnb listing pages, creating a React app with zero configuration using Parcel, and how to organize React files before it's messed up
Through a process of profiling, making a fix, and profiling again, AirBNB dramatically improved the interaction performance on their listings page, which makes the booking experience smoother and more satisfying. In this post, you’ll learn about the techniques they used to profile this page, the tools they used to optimize it, and see the scale of this impact in the flame charts produced by their profiling.
Recently a new bundler was released – Parcel – that supposedly require 0 (zero!) configuration. In this post, you'll learn how to configure Parcel with a React app.
You got to keep your home organized to find things when you’re in need. That’s also correct for programming too. Are you putting your socks into the correct drawer? Let’s find it out.
The more your React Native app grows, the more you need to keep performance in mind. This post does a great job of walking through how React Native works under the hood to better enable you to test performance.
Learn a new React topic everyday until Christmas!
Have opinions on a new version of context? Speak now or forever hold your peace.
A React component for measuring & annotating images.
A dead simple way to add complex translations in a React project