From the OpenReplay Blog
Getting Started with IndexedDB for Big Data Storage
It's not always necessary to send a user's data to the server, the browser is more than capable of handling the workload and the data
Discovering Vue Composition API with examples
Learn about the Composition API with these practical examples
Should Developers Only Use the CLI?
Some people believe true developers only use the CLI, what do you think?
Learn how Mapping Works In VueX
Learn how mapgetters, mapactions, mapmutations and mapstate work in VueX
Step-by-step Guide To Building and Deploying a Vue JS App with Netlify in 2021
Building and deploying your own apps with VueJs has never been so easy, learn how to deploy your Vue apps with Netlify in this detailed tutorial
Memoizing Functions for Performance
Learn what memoization is and how you can leverage it on your own code with this detailed article.
How to Evaluate Site Speed with the Performance API
Browser DevTools are great for monitoring web application performance on your local development PC but they're less practical for measuring site speed on different devices
Keeping Your TypeScript Code DRY With Generics
Generics can be a great tool to help you keep your code DRY and avoid repeating logic, learn how to take advantage of them in this tutorial
A Practical Introduction to Svelte
Svelte is a radical new approach to building user interfaces, or so they say.
The Complete Guide to Google's Core Web Vitals Performance Metrics
Content, keywords, and backlinks are important search ranking factors. However, compare two sites with similar content and target markets: the one with the best web experience should rank higher.
Top Metrics You Need to Understand When Measuring Front-end Performance
The Top 5 metrics to know when measuring front-end performance
Functional Reactive Programming in Angular with RxJS
Reactive Programming is not exclusive to ReactJS, learn how to use RFP with Angular
6 Money-making Strategies Used by Companies with Open Source Projects
Even when the code is open and accessible, companies have multiple ways to earn income from their projects. Here are 6 of those strategies.
Learn The Fundamentals Of Vue With Vue 3
The article aims to ease you into the world of Vue by teaching you basic Vue concepts
An introduction to React Developer Tools
Learn how to get started with the React Deveveloper Tools and how you can use them to take your React game to the next level
Top Companies That Have Open Source Products: 10 Companies To Know
Learn about the top companies living off of Open Source product, how are they doing it? Who are they?
React Router Hooks: Exploring How They Work
React Router keeps your UI in sync with the URL, learn how to take advantage of its hooks using these examples.
The Ultimate Guide to Fixing JavaScript Performance Problems in Browser DevTools
No one wants a slow site, but not all bytes are created equally
Data Fetching Techniques with React
Knowing about the different data fetching techniques in React will enable you make informed decisions on the best use case for your application
Hyperapp – Is It the Lightweight 'React Killer'?
React is great but it's not perfect and Hyperapp takes advantage of that, find out how this lesser known framework is better than React
Writing end-to-end tests in 2021
Writing tests can be tedious and boring, but with e2e tests you can minimize the number of tests you write and miximize the amount of code you cover
Getting Started With Open-Source: How To Contribute
Learn how to get started with Open Source and contribute to a new project
15 DevTool Secrets for JavaScript Developers
Your browser is no longer a simple visualization tool. Learn 15 secret tools already part of your favorite browser
The definitive guide to profiling React applications
Learn how to properly profile a React application to understand where the performance bottlenecks can be found