Tag: react js

A roundup of React component libraries

June 2, 2021 By Mark Otto 0

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…

Taking a React app to the bare basics

May 26, 2021 By Mark Otto 0

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…

Recoil 0.3 released

May 19, 2021 By Mark Otto 0

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…

A powerful camera library for React Native

May 12, 2021 By Mark Otto 0

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…