All Stories

Understanding Segments, Funnels and Flows in LogRocket

Use LogRocket’s powerful search tools to understand feature usage, user behavior, form abandonment, errors, and more… Watching LogRocket videos is the fastest way to understand...
Ben Edelstein
1 min read

Server-side rendering in Vue.js

Introduction Vue.js is one of the simplest JavaScript frameworks to use, in fact, I call it the lightweight champion. Once you are familiar with...
Ogundipe Samuel
3 min read

Introduction to Preact : A smaller, faster React alternative

Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API. As a frequent user...
Yomi Eluwande
6 min read

Building an offline-first app with React and RxDB

Offline functionality is becoming an increasingly important part of an app’s user experience. This is not just important for apps that function offline-first, but...
Esteban Herrera
7 min read

Intelligent Support with LogRocket

Providing quick and intelligent assistance when users need support is a crucial part of your overall customer experience. In many cases, it can mean...
Ben Edelstein
1 min read

Creating Canvas Graphics in React

The HTML5 Canvas is a powerful tool for embedding performant, interactive graphics in web apps. It has broad browser support and built-in APIs for...
Ben Edelstein
1 min read

Building size-aware React components

When building React apps, it is sometimes advantageous for components to have awareness of their size and position on screen. This is useful both...
Ben Edelstein
2 min read

Announcing LogRocket for MobX

Today we’re excited to announce official support for MobX in LogRocket. Using the new logrocket-mobx npm package, developers can log MobX data in production,...
Ben Edelstein
1 min read

Recreating the Chrome Console in React

One of the core features of LogRocket is the replay of console and Redux logs in production web apps. To do this, you add...
Ben Edelstein
4 min read

Introducing GraphQL logging in LogRocket

Today we’re excited to announce official support for GraphQL in LogRocket! Now, when facing bugs or user-reported issues, you can see all the GraphQL...
Ben Edelstein
1 min read

Make React Fast Again [Part 3]: Highlighting Component Updates

React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, deep component trees, and...
Ben Edelstein
2 min read

Make React Fast Again [Part 2]: why-did-you-update

React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, deep component trees, and...
Ben Edelstein
2 min read