Tag: react

React Render Props Custom Hooks

React render props vs. custom Hooks

Dev

With the introduction of custom Hooks in React, developers can stop using render props. 

Aditya Agarwal
Sep 16, 2022 ⋅ 9 min read
Underrated React Hooks youre missing out on

Underrated React Hooks you’re missing out on

Dev

Explore the use cases, syntax, and a few code examples of three underrated React Hooks, useImperativeHandle, useLayoutEffect, and useDebugValue.

Chiamaka Umeh
Sep 16, 2022 ⋅ 6 min read
Building Chatbot Dialogflow React Node

Building a chatbot with DialogFlow, Node.js, and React

Dev

Learn how to build a chatbot using Google’s NLU platform, DialogFlow, and how to integrate it into a React application with this follow along tutorial.

Piyush Sinha
Sep 15, 2022 ⋅ 9 min read
Getting Started With Playwright Component Testing

Getting started with Playwright component testing

Dev

Let’s explore the recently-introduced Playwright component testing feature, using it to test React, Vue, and Svelte components in an app.

Nwani Victory
Sep 14, 2022 ⋅ 9 min read
Chat App React Django Channels

Building a chat application with React and Django Channels

Dev

When developing an application that requires the connection to be open all the time for a two-way connection, using an HTTP connection is inefficient.

Muhammed Ali
Sep 13, 2022 ⋅ 6 min read
useState With URLs Persist State WIth useSearchParams

useState with URLs: How to persist state with useSearchParams

Dev

Learn about a simple React Hook that stores state in the URL query string, building on top of the React Router useSearchParams Hook.

John Reilly
Sep 9, 2022 ⋅ 4 min read
An Introduction To React State Management

A guide to choosing the right React state management solution

Dev

React state management comes with challenges developers should be prepared to overcome. Learn the best approach, tool, and pattern to do so.

Iva Kop
Sep 9, 2022 ⋅ 13 min read
Caching clash: SWR vs. TanStack Query for React

Caching clash: SWR vs. TanStack Query for React

Dev

With the language-agnostic release of TanStack Query, we review its features, tooling, and usability against SWR, another React caching tool.

Shalitha Suranga
Sep 7, 2022 ⋅ 15 min read
Building A Pomodoro Timer With Tauri Using React And Vite

Building a pomodoro timer with Tauri using React and Vite

Dev

Learn how to build a simple pomodoro timer using Tauri, a set of tools for building cross-platform desktop apps using frontend frameworks.

Rahul Padalkar
Sep 7, 2022 ⋅ 5 min read
Unit Testing With React And Cypress

Unit testing with React and Cypress

Dev

Unit testing is used by developers to verify that an application runs well. It involves checking every module of the application independently.

Ishan Manandhar
Sep 5, 2022 ⋅ 6 min read
Vite and React Logos Over Lightning

Vite 3.0 vs. Create React App: Comparison and migration guide

Dev

Learn how to build React applications with Vite and how to migrate from Create React App to Vite. Compare the core concepts of both tools.

David Omotayo
Sep 2, 2022 ⋅ 8 min read

How to use polyfills in your React app

Dev

Polyfills are essential to using the latest and greatest tools in your apps. Learn how to build them from scratch in this post.

Ovie Okeh
Sep 1, 2022 ⋅ 5 min read