Tag: react

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

React lifecycle methods: An approachable tutorial with examples

Dev

Learn all about React lifecycle methods for mounting, updating, unmounting, and error handling, including new methods as of React 17.

Ohans Emmanuel
Apr 15, 2021 ⋅ 13 min read
React Logo

Using react-responsive to implement responsive design

Dev

If you’re looking to implement responsive design, look no further than the react-responsive package found on NPM.

Jefferson Ighalo
Apr 13, 2021 ⋅ 3 min read