Home » react js » Page 10
June 9, 2021
By
Mark Otto
▶ Why Is My React App Slow? — The latest episode of Smashing Magazine’s podcast covers React performance and Drew McLellan talks to JavaScript performance expert Ivan Akulov about what slows down React apps and what can be done about it. Smashing Magazine Podcast podcast Introducing Reactron…
June 2, 2021
By
Mark Otto
Top React Component Libraries (2021 Edition) — The folks at Retool just released the 2021 update of their list of top React libraries. But it’s more than just a list, but rather a detailed synopsis seemingly based on first-hand experience. Kevin White Svelte for the…
May 26, 2021
By
Mark Otto
Get Started With React by Building a ‘Whac-a-Mole’ Game — This is aimed at beginners keen to strike some ‘aha!’ moments while learning React, but I think the idea of using React to create a game is intriguing enough to take many out of their…
May 19, 2021
By
Mark Otto
React Color Picker Deconstructed — Perhaps you’re satisfiied with just dragging a color picker component into your app. But if you really want to understand what actually goes into this seemingly simple but actually quite complex sort of control, here you can dig into the…
May 12, 2021
By
Mark Otto
API Design for a React Tree Table — A well-illustrated, step-by-step tutorial for building an emulation of the macOS Finder for navigating through hierarchical data. The documentation is complete and well-organized and source code is available. It’s always good when someone clearly lays out the…