Tag: react

Comparing Popular React Component Libraries

Comparing popular React component libraries

Dev

We evaluated popular React component libraries for popularity, developer experience, readability, documentation, and bundle size to help you choose the right library for your next React project.

Ibrahima Ndaw
Mar 10, 2020 ⋅ 8 min read

Simplify React state management with Kea

Dev

In this article, we’ll look at how to use Kea in a React app as a global state management solution.

John Au-Yeung
Mar 10, 2020 ⋅ 7 min read
The Complete Guide To Publishing A React Package to npm

The complete guide to publishing a React package to npm

Dev

So you want to publish a React component as a package to npm? This guide has all the information you need.

Ovie Okeh
Mar 10, 2020 ⋅ 16 min read
Guide To Canvas Manipulation With React Konva

Guide to canvas manipulation with React Konva

Dev

With React Konva, you can easily draw, transform, and drag shapes around the canvas.

John Au-Yeung
Mar 9, 2020 ⋅ 7 min read
Comparing React Admin Panels

Comparing React admin panel templates

Dev

Website and service management plays a crucial role in defining the success of a service. Compare the strengths and weaknesses of these admin panel templates for React.

Gaurav Singhal
Mar 6, 2020 ⋅ 4 min read

Immutability in React with Immer

Dev

Learn about immutability in React and how we can use Immer to have an immutable state.

Leonardo Maldonado
Mar 6, 2020 ⋅ 6 min read
An image of the top React libraries in 2020.

Top 10 React component libraries for 2020

Dev

Read up on the top 10 React component libraries to keep an eye on in 2020.

Ogundipe Samuel
Mar 5, 2020 ⋅ 5 min read
Offline Storage in PWAs

Offline storage for PWAs

Dev

IDB-Keyval is a promise-based API that enables you to persist preferences beyond page refresh in a fashion that will work both online and offline.

John Reilly
Mar 4, 2020 ⋅ 6 min read
An image of the React logo overlayed on a wooden backdrop.

Using react-dnd to create a Tower of Hanoi game

Dev

Learn how to use React dnd, which includes a powerful API to handle dragging and dropping.

Diogo Souza
Mar 2, 2020 ⋅ 10 min read

Why you shouldn’t use inline styling in production React apps

Dev

Learn about the inline styling concept in React, and why you shouldn’t be using this if you’re planning to have a scalable and productive application.

Leonardo Maldonado
Feb 28, 2020 ⋅ 6 min read

Why you should use refs sparingly in production

Dev

A general rule of thumb is to consider how possible it’ll be to do exactly what you want to do with props and state before thinking about refs.

Peter Ekene Eze
Feb 28, 2020 ⋅ 4 min read

Developing responsive layouts with React Hooks

Dev

Having trouble creating responsive layouts in React? Learn more about how to use React Hooks to create an elegant and, more importantly, reusable solution.

Ben Honeywill
Feb 21, 2020 ⋅ 5 min read