Tag: react

Getting Started With Recoil

Introducing Recoil: Simplified state management for React

Dev

Recoil is no Redux yet, but it just may get there.

Ohans Emmanuel
Jun 25, 2020 ⋅ 5 min read
JavaScript Concepts To Master Before Learning React

JavaScript concepts to master before learning React

Dev

Before learning React, it makes good sense to master the common JavaScript patterns you’ll see in virtually every React app.

Sebastian Weber
Jun 23, 2020 ⋅ 14 min read
React Native logo.

How to use the FlatList component in React Native

Dev

This tutorial shows you how to use React Native’s FlatList component to display large data sets or long lists in a performant manner.

Gaurav Singhal
Jun 22, 2020 ⋅ 5 min read

Slimming down your bundle size

Dev

A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.

Kasra Khosravi
Jun 18, 2020 ⋅ 9 min read
Event-driven State Management In React Using Storeon

Event-driven state management in React using Storeon

Dev

Storeon is a tiny, event-driven React state management library built on the Context API with principles similar to Redux.

Abdulazeez Abdulazeez Adeshina
Jun 18, 2020 ⋅ 6 min read
Authenticating React Applications With Magic Link

Authenticating React applications with Magic Links

Dev

There is no one-size-fits-all when it comes to securing your applications. Learn how to secure your React application with Magic Links.

Samaila Bala
Jun 17, 2020 ⋅ 7 min read

Making a chat app with Dapr

Dev

Dapr is an event-driven, portable runtime that aims to simplify building microservice applications for developers.

Jeremy Kithome
Jun 15, 2020 ⋅ 10 min read

How to implement scroll with React-gridlist

Dev

Getting scroll to work perfectly requires a lot of trial and error. React-gridlist provides a painless and fast way to implement scroll in your application.

Jeremy Kithome
Jun 3, 2020 ⋅ 4 min read
The Post-Hooks Guide To React Call Order

The post-Hooks guide to React call order

Dev

Writing Hooks requires a shift in mindset from writing traditional class-based components. Start by learning the React call order post-Hooks.

Rafael Quintanilha
Jun 3, 2020 ⋅ 7 min read
Testing State Changes in Functional Components

Testing state changes in React functional components

Dev

This tutorial demonstrates how to test your React functional components and the state changes for components that use hooks, with Jest and Enzyme as testing libraries.

Eslam Hefnawy
Jun 1, 2020 ⋅ 5 min read
The Blitz.js logo.

Building a full-stack React application with Blitz.js

Dev

This tutorial demonstrates the value of Blitz.js through a simple recipe application built with React.

Ganesh Mani
May 29, 2020 ⋅ 6 min read
React Top-Level APIs That Could Change the Way You Write Components

React top-level APIs that could change the way you write components

Dev

These top-level API’s will help you to write your React components more efficiently, and knowing when and how to use them is crucial to your development cycle.

Ganesh Mani
May 29, 2020 ⋅ 5 min read