Building a confirmation modal in React with state machines, and why the OKCupid team decided against using GraphQL for local state management
In this article, Dave builds a reusable state machine using React and Robot to handle this modal confirmation flow, and wraps it up into a custom hook.
The OKCupid team describes themselves as "pretty big fans of using GraphQL." So why did they decide against using it for local state management? Read the article to find out.
This one's for the beginners. In this post you'll learn how to properly use props to pass data to components in React.
Some interesting results in the state of frontend 2020 survey, specifically around React, Redux, and Gatsby vs Next.
This tutorial demonstrates how to deploy a React application in eight different ways. All the services described in this post are completely free with no hidden credit card requirements.
Vettery is an online hiring marketplace that's changing the way people hire and get hired. Ready for a bold career move? Make a free profile, name your salary, and connect with hiring managers from top employers today. Get started today.
Cheatsheets for experienced React developers getting started with TypeScript
A tiny color picker component for modern React apps.
In this 14-hour long video, Ben Awad walks you through building a fullstack React, GraphQL, TypeScript app. This tutorial is geared towards intermediate developers looking to get their feet wet with these technologies.
This 8-minute video demonstrates how to use Window.matchMedia()
to do media queries and get a result back, and based on that result to hide or show the side menu.