Tag: react

React Logo Over Two Injection Shots

Dependency injection in React

Dev

Discover the primary reason to use dependency injection in React and follow along with this library-free guide to using it.

Simohamed Marhraoui
Nov 29, 2021 ⋅ 4 min read
What to consider when writing more readable React code

How to write more readable React code

Dev

It’s always a good time to improve the readability of your React code. Get thinking with this detailed list of tips and tricks.

Chak Shun Yu
Nov 25, 2021 ⋅ 8 min read

How to create SVG maps in React with react-simple-maps

Dev

Create detailed and informative maps in your React apps with react-simple-maps using this in-depth guide and example build.

Joseph Mawa
Nov 24, 2021 ⋅ 9 min read
Open Graph: How to Create Sharable Social Media Previews

Open Graph: How to create sharable social media previews

Dev

Learn about sharable previews, how to implement and test them, and how to overcome challenges associated with lack of standardization.

John Reilly
Nov 23, 2021 ⋅ 4 min read
Options Caching React

Options for optimizing caching in React

Dev

The biggest challenge regarding React is avoiding unnecessary renders, which cause major performance issues in applications. Avoid the problem with solutions for cache management.

Kasra Khosravi
Nov 22, 2021 ⋅ 6 min read
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