Tag: react

React Logo Over Eggs With Emojis Drawn on Them

Adding emojis to your React app

Dev

There are multiple ways to add emojis into your React app. Here’s a short guide to fit almost every single use case.

Kealan Parr
Nov 16, 2021 ⋅ 4 min read
Refactor React App Firebase

Refactor a React app with the new Firebase v9.x Web SDK

Dev

The Firebase Web SDK v9.x has introduced breaking changes in methods for managing users and querying databases; refactor your React app to avoid throwing errors.

Taminoturoko Briggs
Nov 15, 2021 ⋅ 7 min read
Fundamentals Of Functional Programing With React

Fundamentals of functional programming with React

Dev

Learn about the functional programming concept and how React adopts it to write applications that are easier to test and maintain.

Ibadehin Mojeed
Nov 15, 2021 ⋅ 9 min read
Creating a carousel with React Slick

Creating a carousel with React Slick

Dev

React Slick is a carousel library offering accessibility and responsiveness features for your next React project.

Chinwike Maduabuchi
Nov 12, 2021 ⋅ 4 min read
Getting Started With React-Redux-Firebase

Getting started with react-redux-firebase

Dev

React-redux-firebase provides Redux bindings for Firebase, making it much simpler to use Firebase with Redux and React.

Yusuff Faruq
Nov 10, 2021 ⋅ 8 min read
react-three-fiber

Configure 3D models with react-three-fiber

Dev

react-three-fiber is a React renderer for Three.js that eases working with 3D models on the web by handling imperative Three.js functionalities under the hood.

David Omotayo
Nov 8, 2021 ⋅ 13 min read

Using Recharts in React to add charts

Dev

Learn how to use Recharts in a React application that fetches data from Sanity to summarize an extensive dataset in a visually appealing way.

Precious Luke
Nov 8, 2021 ⋅ 5 min read
understanding react compound components

Understanding React compound components

Dev

Using compound components can be extremely beneficial. Here’s what they are and how to use them in your React app.

Aditya Agarwal
Nov 5, 2021 ⋅ 5 min read
Comparing the top three React lightbox libraries

Comparing the top 3 React lightbox libraries

Dev

Figure out which of the React lightbox libraries with the most weekly npm downloads is right for your project in this comparison post.

Sheriff Quadri
Nov 4, 2021 ⋅ 6 min read
Laptop, Tablet, and Mobile Device Showing the Same Content

Using Drizzle and React to write DApp frontends

Dev

Discover how to use the Drizzle framework to build frontend applications on Ethereum with this practical example.

Ikeh Akinyemi
Nov 3, 2021 ⋅ 6 min read

Comparing React form builders: Formik vs. Unform

Dev

Compare the flexibility and state management capabilities of Formik to the lightweight, performative qualities of Unform and determine which React form building library is best for your project.

Diogo Souza
Nov 1, 2021 ⋅ 6 min read
Decentralized data storage using IPFS: A tutorial with examples

Decentralized data storage using IPFS and React: A tutorial with examples

Dev

In this tutorial, we’ll introduce you to the InterPlanetary File System (IPFS) and demonstrate how to upload and store data through a distributed file system.

Ikeh Akinyemi
Oct 28, 2021 ⋅ 4 min read