React Newsletter #96

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


Articles

Recent React Performance Fixes on Airbnb Listing Pages

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.

Create a React app with zero configuration using Parcel

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.

How to Organize React Files Before It’s Messed Up

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.

React Native app performance: Major issues and insights on improving your app’s performance

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.


Projects

A React Christmas

Learn a new React topic everyday until Christmas!

New version of context

Have opinions on a new version of context? Speak now or forever hold your peace.

react-measurements

A React component for measuring & annotating images.

react-translated

A dead simple way to add complex translations in a React project


made with ❤️ by ui.dev