Tag: react

Relay Logo

What’s new in Relay v11

Dev

Learn what’s new in the latest version of Relay right here, where we explore v11 and how to create reliable React and GraphQL applications.

Leonardo Maldonado
Mar 25, 2021 ⋅ 5 min read
Valtio

Simplify proxy state with Valtio

Dev

Valtio is simple, powerful, and combines the power of proxies in React and JavaScript, making state data easy to be used and changed.

Leonardo Maldonado
Mar 24, 2021 ⋅ 5 min read
Modern Guide React Prop Types

The modern guide to React prop types

Dev

Type checking in React through the prop-type package ensures that you know what each variable stores even without documentation.

Andrew Evans
Mar 23, 2021 ⋅ 4 min read
Generating and Integrating OpenAPI Services in a React App

Generating and integrating OpenAPI services in a React app

Dev

We look at how to integrate an OpenAPI-generated service from the server, then use this generated service across a React TypeScript app.

Olasunkanmi John Ajiboye
Mar 23, 2021 ⋅ 8 min read
JavaScript Errors React Error Boundaries

Handling JavaScript errors in React with error boundaries

Dev

Using error boundaries in React components has benefits like automatic error handling, but has limitations for event handlers, asynchronous code, and server-side rendering.

Adebiyi Adedotun
Mar 22, 2021 ⋅ 5 min read
Code Splitting React Overview

Code splitting in React: An overview

Dev

React eliminates a lot of manual work from the code splitting process, thereby allowing developers to focus on creating robust programs.

Jessica S. Reuter Castrogiovanni
Mar 18, 2021 ⋅ 4 min read
React Router With Redux

React Router with Redux: Understanding navigation state

Dev

Use React Router to declaratively navigate within your React and Redux applications and maintain state across your app’s navigation switches.

Ohans Emmanuel
Mar 17, 2021 ⋅ 12 min read
Top Testing Libraries React 2021

Top testing libraries for React in 2021

Dev

Testing your applications ensures quality performance and erases bugs. Explore the top testing libraries to find which best fits your project.

Fortune Ikechi
Mar 17, 2021 ⋅ 6 min read
React Logo Over a Bookcase

Successful refactoring with React Testing Library

Dev

When refactoring, it’s essential to have tests in place. Here’s why you should write tests that focus on user interactions.

Tyler Hawkins
Mar 15, 2021 ⋅ 7 min read
React Speech Recognition

Using the React Speech Recognition Hook for voice assistance

Dev

The React Speech Recognition Hook easily translates speech into text, so your app can perform tasks based on verbal user commands.

Akshay Rana
Mar 9, 2021 ⋅ 5 min read
React Logo

The noob’s guide to useState

Dev

Using React Hooks, like useState, allows you to ditch class-based components, but are you cultivating bad practice? Find out here.

Sonny Recio
Mar 4, 2021 ⋅ 8 min read
Top Javascript Frameworks vs. React

Comparing the best new JavaScript frameworks to React

Dev

Compare newer frontend JavaScript frameworks like Aurelia, hyperHTML, Svelte, and Preact to React, a framework that focuses on user interface.

Hafsah Emekoma
Mar 2, 2021 ⋅ 9 min read