Tag: react

The JavaScript logo.

Building the simplest CRUD out there with entity management

Dev

This post walks you through building a simple CRUD operation and provides an overview of entity management in React-Redux.

Adam Boro
Jul 6, 2020 ⋅ 6 min read
Flutterdb react

How to integrate FaunaDB in React apps with Material UI

Dev

In this post, we’ll take a look at how to get started using FaunaDB to create APIs that can be used directly in React applications.

Aman Mittal
Jul 1, 2020 ⋅ 11 min read
Introduction to nanoSQL

Introduction to nanoSQL

Dev

nanoSQL provides a standardized query language that can be used in all types of supported databases, enabling you to connect multiple database systems without installing a dedicated client library for each one.

Nathan Sebhastian
Jul 1, 2020 ⋅ 8 min read
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