From the OpenReplay Blog
Nuxt 3 is coming! Here's What You Need to Know
Find out everything that's coming with the latest version of Nuxt!
Redux is Dead: Long Live Redux Toolkit
Redux Toolkit cuts Redux boilerplate, simplifies Store setup, and unifies key packages so developers write cleaner state management code faster.
Integrating OpenReplay with Jira
Learn how to create JIRA tickets directly from an OpenReplay session
Front-end monitoring with Sentry.io and React
The perception of a business' quality is often what the user first sees and experiences through its website. Learn how to use Sentry.io to monitor your website's performance.
Using Recoil instead of Redux For State Management In React Applications.
Redux is not the only State management alternative for React. Learn how to use Recoil to save development time.
Implementing Your First End-to-End Tests In React Using Cypress
Learn the importance of E2E tests and how to implement your very first test with Cypress
Infinite Scrolling in Vue using the Vue Intersection Observer API
Finding ways of rendering lots of information can hinder the performance of your Webapp, using infinite scrolling is a technique to solve this problem.
Higher Order Functions -- Functions to rule functions
Using functions to alter the way other functions work, take a closer look at the power of Higher Order Functions in JavaScript
Integrating OpenReplay with Slack in a Web Application
Send Slack notifications from OpenReplay with this very easy-to-follow integration!
Integrating OpenReplay with Sentry
Learn how to integrate OpenReplay with Sentry to get the most out of both worlds!
Real-time Chat Application with Firebase and Material UI
Building a real-time chat application has never been this easy. Learn how to use React and Material UI coupled with Firebase to craft a real-time chat.
Virtualizing Large Data Lists with react-window
Rendering large dataset in the DOM without the right tools can be expensive, learn how to use react-window to simply this task
Building Your Own Blog with Nuxt Content and Tailwind
Ever thought about building your own blog? Learn how to easily do that with Nuxt and TailwindCSS.
Building a Twitter Sidebar Clone with Material-UI and React
Material-UI is an open-source React component library for building responsive UI applications
How To Parse and Render Markdown In Vuejs
Markdown is a tool to help you write HTML without the hustle of the tags, however turning it into HTML is not that trivial.
Getting Started with React Cosmos
Learn about the power of React Cosmos in this getting started tutorial
Waiting with Promises
Learn how to use promises to handle waiting for certain conditions to happen
TypeScript 4.4: The Good, The Bad and The Not So Bad
Everything you need to know about React's latest version
Optimizing the Performance of Your Vue Apps Using Web Workers
Take advantage of the power of Web Workers to optimize the performance of your Vue applications
What are Higher-Order Components in React?
A function that takes as an argument a component and returns a new component, but why would you do that?
Injecting for Purity
Pure functions are the cornerstone of Functional Programming, but we must also learn how to deal with impurity in our code
Catching Errors in React with Error Boundaries
Error handling is a must for every application, Error Boundaries are the React-way of dealing with errors within your apps
The Complete Guide to Localizing your App with JavaScript's Internationalization API
Internationalizaton is Easy or so they say. Learn how to use the internationalization API from JavaScript
How to Safely Render Markdown From a React Component
Step-by-step guide on how to safely render Markdown within your React Component using react-markdown