Tag: react

Using React Context with refs can help to rebuild your search user interface.

Redoing search UI with React Context and refs

Dev

Learn how to use React’s Context API with refs to create a centralized system for managing menu states and input focus in search interfaces.

Ryan Harris
Sep 12, 2019 ⋅ 5 min read
Building A Design System With Grommet

Building a design system with Grommet and Storybook

Dev

Design systems are more than a buzzword. Learn why they’re important and how to build your own.

Emmanuel Yusufu
Sep 12, 2019 ⋅ 6 min read

Simplifying state management in React apps with batched updates

Dev

In this post, we will take a closer look at the batched updates feature in React.

Peter Ekene Eze
Sep 10, 2019 ⋅ 5 min read
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN app using JWT authentication: Part 2

Dev

In part two of our tutorial, we set up a REST API-based Express.js server.

Praveen Kumar
Aug 27, 2019 ⋅ 8 min read

React Spring vs Animated

Dev

In this post, we will look at some of the strengths and weaknesses of both React Spring and Animated.

Peter Ekene Eze
Aug 25, 2019 ⋅ 4 min read
The state of semantic jsx

The state of semantic JSX

Dev

In this article, we will be implementing accessibility features in React applications.

Obinna Ekwuno
Aug 23, 2019 ⋅ 6 min read
Methods For Tracking Action Status In Redux

Methods for tracking action status in Redux

Dev

Redux allows you to set an immutable global state for an action, so its status is available anywhere in your app.

Maciej Cieślar
Aug 21, 2019 ⋅ 4 min read
Docker For Front-End Developers

Docker for frontend developers

Dev

If you’re a FED who’s struggled with containers, worry not — we review Docker’s core concepts.

Emanuel Suriano
Aug 20, 2019 ⋅ 5 min read
What's New In React 16.9

What’s new in React 16.9: Profiler API, bug fixes, and more

Dev

When the results of the “State of JavaScript 2018” survey were published, React emerged as the winner for the front-end […]

Nathan Sebhastian
Aug 15, 2019 ⋅ 4 min read
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN app using JWT authentication: Part 1

Dev

In part one of our tutorial, learn how to generate, decode, and validate JWT on our server.

Praveen Kumar
Jul 30, 2019 ⋅ 6 min read

Alternatives to React Storybook

Dev

Documentation is important even for UI components as it helps create an environment where developers can collaborate easily and build applications faster.

Austin Roy Omondi
Jul 28, 2019 ⋅ 3 min read
Exploring URQL From An Apollo Perspective

Exploring urql from an Apollo perspective

Dev

Get acquainted with urql, a lightweight, extensible GraphQL client for React.

Peter Nycander
Jul 23, 2019 ⋅ 7 min read