From the OpenReplay Blog
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
Everything You Ever Wanted to Know About WebRTC
A primer around WebRTC with everything you need to get started
The Ultimate Guide to Browser-Side Storage
Learn how many different ways are there to store data on the browser side and which ones you should avoid!
5 Useful VueJS Tips to Improve Your Building Experience
Improve your build experience using these VueJS tips
Pointfree Style Programming
Pointfree style programming is a way of calling functions without having to worry about parameters. Learn all about it here.
Easy-Peasy State Management Using React Easy Peasy
Learn how easy it is to manage your app's state with this React library
How to Use IndexDB to Manage State in JavaScript
Learn how to use IndexedDB for your state management needs using Vanilla JS
The Art of Writing Good Code Comments
Writing code comments is easy, adding value through them is definitely not. Learn what makes a great code comment with this insightful article.
Solid vs React - the Fastest VS the Most Popular UI Library
Learn about Solid, a performant alternative to React
Chaining Calls for Fluent Interfaces
Learn how to create APIs that other developers love to use through a technique called Fluent Interface
3 Design Patterns in TypeScript for Frontend Developers
These are the 3 most common design patters in front-end development and you've been using them whether you knew about them or not
React 18-Alpha Is Out! This Is What You Need to Know
React 18 has been announced, but what's new about it? Here are the details you need to know about this new version of React.
Redux Alternatives in 2021
Should you be using Redux in 2021? Isn't there a better alternative for your use case?
Memoizing Promises
Memoizing Promises stops repeated API calls by caching results on the front end, letting you apply the technique selectively to GET requests.
Exciting New Features of Next JS v10
Learn what's new and exciting about the latest version of NextJS
XState: The Solution to All Your App State Problems
Reliable and predictable state for all your apps is not a dream