Tag: react

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

How to build React components for codebases that use JavaScript and TypeScript

Dev

In this article, we’ll learn how we can use TypeScript with React and built components that are usable within both TypeScript and JavaScript files.

Austin Roy Omondi
May 28, 2020 ⋅ 5 min read
Setting Up Continuous Deployment With React, Firebase, and GitHub Actions

Setting up continuous deployment with React, Firebase, and GitHub Actions

Dev

Automating your deployment process helps you deliver your product faster and allows your team to focus on building and collecting valuable feedback from customers. Learn how to set up continuous deployment for your React projects hosted on Firebase.

Samaila Bala
May 27, 2020 ⋅ 3 min read

How to improve developer experience with React Suspense in Concurrent Mode

Dev

Technically the same user experience can be accomplished with the current technology without React Suspense but it can be said that creating a better user experience requires a better developer experience.

Daishi Kato
May 22, 2020 ⋅ 6 min read