12k
PAGE 88

From the OpenReplay Blog

12 Ways to Improve Your DevTools Console Logging

Stop relying on console.log and learn to harness the power of your brower's web console

Craig Buckler · Mar 12, 2021 · 4 min read

Vuex: State management for Vue Projects

Learn how to handle your state with VueX, the state management library for Vue

Samaila Bala · Mar 10, 2021 · 6 min read

Smart Optimization Techniques: Lazy Loading with React

Learn how to optimize the loading time of your React applications using Lazy Loading

Kristofer Selbekk · Mar 4, 2021 · 4 min read

Low-Level Charts in React

What do you usually do when your project requires something more than casually using chart libraries? That's when a low level visualization library comes in handy.

Catalin Pit · Mar 4, 2021 · 3 min read

All about the Vue CLI

Learn all you need to know about using the Vue CLI to bootstrap your Vue apps

Nwose Lotanna Victor · Mar 4, 2021 · 4 min read

Server Side Rendering (SSR) with React

Learn how easy it is to do Server Side Rendering with React and NextJS

Samaila Bala · Feb 25, 2021 · 5 min read

How to forget about type errors in your React props with PropTypes

If you want to reduce debug time of your React apps drastically, then this post is for you.

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

Is Redux Dead?

Should you still worry about learning Redux?

Kristofer Selbekk · Feb 10, 2021 · 6 min read

6 React Best Practices For 2021

6 tips for writing better React in 2021

Michiel Mulders · Feb 10, 2021 · 5 min read

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

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