Tag: react

React Suspense React Freeze

Exploring React Suspense with React Freeze

Dev

Explore React Suspense and React Freeze, which builds on the ideas behind React Suspense to freeze component rendering and give you more control of your UI.

Andrew Evans
Apr 21, 2022 ⋅ 4 min read
Upgrading To React 18 With Typescript

Upgrading to React 18 with TypeScript

Dev

The upgrade of the React type definitions to support React 18 involved significant breaking changes. Learn about what the upgrade path looks like.

John Reilly
Apr 21, 2022 ⋅ 3 min read
React Logo

How to build faster animation transitions in React

Dev

This quick demonstration explores how to create faster transition animations in React using transition-hook.

David Omotayo
Apr 20, 2022 ⋅ 8 min read
Exploring React Relay 13’s Rust Compiler

Exploring React Relay 13’s Rust compiler

Dev

The Relay compiler is a GraphQL code generation tool that was recently rewritten in Rust.

Samson Omojola
Apr 13, 2022 ⋅ 5 min read
Incremental Static Regeneration Next.js

Incremental Static Regeneration with Next.js

Dev

Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Learn about how it can be used.

Ido Shamun
Apr 12, 2022 ⋅ 6 min read
React Query Pagination

Pagination and infinite scroll with React Query v3

Dev

React Query makes it easy to fetch, cache, sync, and update server state in React applications. Learn how to implement pagination and infinite scroll using React Query.

Chiamaka Umeh
Apr 11, 2022 ⋅ 6 min read
Beyond REST: Using WebSockets For Two-Way Communication In YourReact App

Using WebSockets for two-way communication in React apps

Dev

Learn what WebSockets is, how it can be used, and how they can be implemented in a React app with the Socket IO library.

Gigi Sayfan
Apr 10, 2022 ⋅ 12 min read
RxJS React Hooks State Management

RxJS with React Hooks for state management

Dev

Learn how RxJS plus React Hooks offers an effective and straightforward way to manage state in your applications.

Ebenezer Don
Apr 8, 2022 ⋅ 11 min read
Smarter Redux With Redux Toolkit

Smarter Redux with Redux Toolkit

Dev

Redux Toolkit eliminates many of the lingering critiques against using Redux for state management.

Zain Sajjad
Apr 8, 2022 ⋅ 10 min read
Building An Accessible Menubar Component In React

Building an accessible menubar component using React

Dev

Learn how you can create an accessible Menubar component with React that adheres to the WAI-ARIA design pattern for a menubar widget.

Andrew James
Apr 1, 2022 ⋅ 16 min read

Using the FileReader API to preview images in React

Dev

The FileReader API can be tricky to use, but it provides a handy feature that allows users to preview images before uploading to a React app.

Joseph Mawa
Mar 31, 2022 ⋅ 7 min read
React Substrate Blockchain

Substrate blockchain application with a custom React frontend

Dev

We’ll base our custom React frontend on the Substrate Frontend Template, forking it and customizing it by extending the template with some specific UI elements.

Mario Zupan
Mar 31, 2022 ⋅ 11 min read