12k
PAGE 90

From the OpenReplay Blog

Improving React application performance: React.memo vs useMemo

As a React developer, you’ve most likely come across situations where optimizing the performance of a component is necessary.

Ovie Okeh · Feb 8, 2021 · 6 min read

How to use TypeScript to Create Vue Apps with Vue Class Components

Vue.js is a popular, easy to use, front end web development framework.

John Au-Yeung · Feb 8, 2021 · 6 min read

Integrate Bootstrap in your React Projects with these 2 libraries

Developers have a hard time with CSS or just do not have an eye for design, CSS frameworks come in handy to help them create great designs.

Nwose Lotanna Victor · Feb 6, 2021 · 5 min read

What are server components and will you need to use them in the future?

React Server Components let you access the speed of fetching data on the server while maintaining its rich interactivity of client-side apps

Michiel Mulders · Feb 3, 2021 · 4 min read

All about React's createRef method

React refs are a useful and powerful tool that we can use to get even more control over the elements in our application.

Felix Gerschau · Feb 1, 2021 · 4 min read

React Snapshot Testing With Jest: An Introduction With Examples

Both frontend and backend developers write tests. Testing is an excellent way to guarantee code quality.

Michiel Mulders · Jan 29, 2021 · 5 min read

Fetch vs Axios: Which Is the Best Library for Making HTTP Requests?

Axios and Fetch provide a seemingly equal API and set of features, so which one is better for making HTTP requests?

Michiel Mulders · Jan 29, 2021 · 5 min read

A guide to the React useState hook

React hooks have been around for quite a while now and have changed the way developers go about building React components.

Glad Chinda · Jan 25, 2021 · 14 min read

A Guide to Using localStorage in JavaScript Apps

The localStorage object is one of the most used objects in web programming. It provides a solution for storing key-value pairs locally.

Michiel Mulders · Jan 20, 2021 · 4 min read

JavaScript's Memory Management Explained

Allocating memory is the process of reserving space in memory, while releasing memory frees up space, ready to be used for another purpose.

Felix Gerschau · Jan 19, 2021 · 6 min read

Do You Really Need Redux? - Pros and Cons of this State Management Library

The Redux pattern provides state management for JavaScript apps. You can use the Redux library with any frontend framework.

Michiel Mulders · Jan 18, 2021 · 6 min read

7 Ways of Achieving Conditional Rendering in React

7 most common ways of achieving what is known as “conditional rendering” in React.

Fernando Doglio · Dec 28, 2020 · 8 min read

JavaScript Event Loop And Call Stack Explained

JavaScript Event Loop is responsible for executing the code, collecting and processing events, and executing queued sub-tasks.

Felix Gerschau · Dec 25, 2020 · 6 min read

React’s onClick Event Handler Explained

The React onClick event handler enables you to call a function and trigger an action when a user clicks an element, such as a button.

Felix Gerschau · Dec 23, 2020 · 3 min read

An Easy Guide to Testing React Hooks

A quick overview of React hooks and then an easy way to test them independently with a React Hooks testing library.

Nwose Lotanna Victor · Dec 18, 2020 · 4 min read

How to Use Props to Pass Data to Child Components in React.js

Learn how to make your React components reusable by using props. Props are a powerful feature that enables the component-based approach.

Felix Gerschau · Dec 14, 2020 · 4 min read

How to Make HTTP Requests with Axios

Get started with Axios and learn how to make HTTP requests like a pro with the most popular libraries, while keeping security in mind.

Michiel Mulders · Dec 10, 2020 · 6 min read

JWT Authentication Best Practices

The importance of securing frontend client, micro-service communication and client-microservice interaction through JSON Web Tokens.

Fernando Doglio · Dec 4, 2020 · 8 min read

JavaScript Heap Out Of Memory Error

A quick solution that you can use to fix "Heap Out Of Memory Error" in JavaScript. We lay out the causes and how to prevent them.

Felix Gerschau · Nov 30, 2020 · 3 min read

Introducing OpenReplay Synthetics

Minimize downtime and be proactive by continuously monitoring your most critical user journeys in live environments with OpenReplay Synthetics.

Mehdi Osman · Nov 13, 2020 · 2 min read

How to Use Async Actions for Global State With React Hooks and Context

Optimize re-renders using state usage tracking with React Hooks, detect the usage in render, and triggers re-renders. For Redux/non-Redux.

Daishi Kato · Nov 4, 2020 · 4 min read

Introducing OpenReplay Metrics

Great frontends make great digital experiences. OpenReplay Metrics helps you ship apps that are consistently fast, making your users delighted.

Mehdi Osman · Oct 30, 2020 · 2 min read

Polling in React using the useInterval Custom Hook

UseInterval is a custom Hook on React that makes intervals simpler in your web app.

Paige Niedringhaus · Oct 9, 2020 · 5 min read

Developing React JS Global State Library With Atom Abstraction

In line with Recoil, Atom Abstraction eliminates selector functions for render optimization and makes API pretty intuitive.

Daishi Kato · Oct 5, 2020 · 3 min read

We use cookies to improve your experience. By using our site, you accept cookies.