Tag: react

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

An overview of the top 10 React UI kits in 2019

Dev

Looking for a React UI kit that is right for you? In this article, we are going to review 10 React UI kits to use in 2019.

Egwuenu Gift
Jul 5, 2019 ⋅ 3 min read

7 optimization techniques in React

Dev

In this tutorial, we will learn various optimization methods that use these inbuilt APIs, lifecycle methods and some other general techniques that ensure you improve your React code.

Ogundipe Samuel
Jun 30, 2019 ⋅ 7 min read
The Future Of React

The future of React, unfolding with Suspense

Dev

Stay ahead of the curve with a look at two forthcoming React features: data fetching with Suspense and react-cache.

Lusan Das
Jun 11, 2019 ⋅ 4 min read
Vue Tips For React Developers

5 Vue tips for React developers

Dev

We used React and Vue to write the same application. Compare the code for each side by side.

Ryan Harris
Jun 11, 2019 ⋅ 7 min read
React 16.8 With Stable Support For Hooks

Introducing React 16.8, featuring official support for Hooks

Dev

React now has more than 100 releases, and v16.8.0 officially introduces stable support for Hooks.

Nwose Lotanna
Jun 6, 2019 ⋅ 4 min read

What to expect in React v17

Dev

React Fiber (React v16) is awesome and has taken some significant steps towards improving the developer experience as well as […]

Austin Roy Omondi
Jun 3, 2019 ⋅ 4 min read