Tag: react

Comparing React Typescript

Comparing TypeScript and PropTypes in React applications

Dev

Understand what PropTypes and TypeScript are, consider their relevance in React applications, and discover how they can be used together.

Dillion Megida
May 14, 2021 ⋅ 5 min read
React DevTools: 5 Things You Didn't Know You Could Do

A guide to features and updates in React DevTools

Dev

Discover five essential React DevTools features that you might not have tried yet or didn’t even know existed.

Kristofer Selbekk
May 13, 2021 ⋅ 7 min read
Using React Hooks for State Management Without Redux

Using React Hooks for state management

Dev

Managing state in larger React apps used to require third-party libraries. The useReducer Hooks enables you to share state between components without Redux.

Ovie Okeh
May 11, 2021 ⋅ 6 min read
Deploying a Full-stack Node + React App for Free with Begin

Deploying a full-stack Node.js + React app for free with Begin

Dev

There aren’t many options out there to host a full-stack Node.js and React app on a single provider. Begin lets you do just that.

Geshan Manandhar
May 11, 2021 ⋅ 10 min read
React Logo

Building a tag input field component for React

Dev

Ever wonder how to build a tag input field component for your React app? Here’s a quick tutorial to show you how.

Doğacan Bilgili
May 7, 2021 ⋅ 5 min read
Formik Logo

Building multi-step wizards with Formik and React Query

Dev

Learn how to build multi-step wizards in a small proof-of-concept application with Formik and React Query right here.

Caleb Mathew
May 5, 2021 ⋅ 15 min read
XState Logo

Using state machines with XState and React

Dev

Using XState and React to build state machines is one of the easiest and most efficient ways to handle state in any JavaScript application.

Ishan Manandhar
May 4, 2021 ⋅ 13 min read
React Hook Form V7

What’s new in React Hook Form V7

Dev

React Hook Form V7 supports strictly typed forms with the help of TypeScript. See what else is new in the most recent release.

Chinwike Maduabuchi
May 3, 2021 ⋅ 5 min read
Frustrations With React Hooks

Understanding common frustrations with React Hooks

Dev

While the response to Hooks has been overwhelmingly positive, we are going to look at some of the not so popular parts of React Hooks.

Paul Cowan
Apr 26, 2021 ⋅ 9 min read
GraphQL Logo

Simplify GraphQL requests with React Query, GraphQL Code Generator, and TypeScript

Dev

Take advantage of GraphQL on the frontend by automating the creation of TypeScript types and the generation of custom React Query hooks using GraphQL Code Generator.

Iva Kop
Apr 19, 2021 ⋅ 3 min read
CRUD With React and GraphQL: A Complete Tutorial With Examples

CRUD with React and GraphQL: A complete tutorial with examples

Dev

GraphQL simplifies CRUD by abstracting requests to a single endpoint.

Avanthika Meenakshi
Apr 16, 2021 ⋅ 7 min read
Remotion Making Videos In React

Remotion: A framework for making videos in React 

Dev

Add Remotion to your React applications and create videos via the web using familiar concepts like CSS, WebGL, variables, and functions.

Austin Roy Omondi
Apr 15, 2021 ⋅ 9 min read