Tag: react

Getting Started With Create React App

Getting started with Create React App

Dev

Create React App is a great tool for quickly getting up and running on new React projects. Let’s learn how to use it.

Karthik Kalyanaraman
Mar 28, 2023 ⋅ 13 min read
React Context API: A Deep Dive With Examples

React Context API: A deep dive with examples

Dev

Use the React Context API to avoid prop drilling by passing data through our component trees and allowing our components to share data at different levels.

Adebiyi Adedotun
Mar 24, 2023 ⋅ 8 min read
Testing React Components: React-testing-library Vs. Enzyme

Testing React components: react-testing-library vs. Enzyme

Dev

Compare Enzyme and react-testing-library, the two most popular libraries for testing React components, and learn how to migrate between them.

Will Soares
Mar 23, 2023 ⋅ 7 min read
Clojure Reagent Web App Scratch

How to build a ClojureScript web app with React and Reagent

Dev

ClojureScript, which compiles Clojure to JavaScript, is a natural fit for web development, particularly with React via a library called Reagent.

Oliver Hine
Mar 22, 2023 ⋅ 6 min read
Create Smooth Sidebars With React Pro Sidebar Mui

Create responsive sidebars with react-pro-sidebar and MUI

Dev

Use react-pro-sidebar in your React app to create a sidebar with multilevel functionality and customized with MUI icons.

Murat Yüksel
Mar 21, 2023 ⋅ 9 min read
React Hooks Replace React Router

How React Hooks can replace React Router

Dev

React Router is a great tool, however, with the arrival of Hooks, a lot of things have changed. React Hooks offer a cleaner and more flexible way of handling routes in smaller projects.

Peter Ekene Eze
Mar 17, 2023 ⋅ 8 min read
A Deep Dive Into Mutations in TanStack

A deep dive into mutations in TanStack Query

Dev

Fetching and manipulating data without using a global state was something out of the ordinary. TanStack Query gives us this opportunity.

Gapur Kassym
Mar 14, 2023 ⋅ 5 min read
Top React Boilerplates Of 2023

Top React boilerplates of 2023

Dev

Discover and compare five of the top React boilerplates, pieces of code that act as a starting point for beginning development.

Kapeel Kokane
Mar 13, 2023 ⋅ 11 min read
Understanding When Not To Use The UseMemo React Hook

When not to use the useMemo React Hook

Dev

Learn when not to use the useMemo React Hook, such as when a memoized value is not used frequently or a computation is not expensive.

Ohans Emmanuel
Mar 10, 2023 ⋅ 8 min read
Web workers, React, and Typescript

Web workers, React, and TypeScript

Dev

If set up correctly, a web worker can send and receive messages from the JavaScript or TypeScript code where it was set up.

Onuorah Bonaventure
Mar 7, 2023 ⋅ 12 min read
Web Components Vs. React

Web components vs. React

Dev

In this post, we will cover types of components, libraries provided for styling in React and web components, and their accessibility.

Kasra Khosravi
Mar 7, 2023 ⋅ 12 min read
Using React With Appwrite To Set Up User Authentication

Using React with Appwrite to set up user authentication

Dev

User authentication is an essential part of any web application, and setting it up can be a daunting task for […]

Rishi Purwar
Mar 6, 2023 ⋅ 14 min read