From the OpenReplay Blog
Building a Mobile App using HTML, CSS, and JavaScript
A back-to-basics way of developing a mobile app
Building a blog with React and RestDB
Build a blog using RestDB to store articles and React for the front end.
Fetching data in Redux using RTK Query
Fetch and cache data easily, using RTK Query together with Redux.
Building a Video Chat App with Next.js, 100ms, and TailwindCSS
Integrate 100ms features to create your own video call software
Working with SVGs in React Native
How to display and animate SVG images in React Native.
Build a Lightweight Web Component with Lit.js
Lit - a framework to build adaptable, reusable web components.
A Dive into React Storybook
How to use Storybook to simplify component development.
Mastering CSS Transitions with React 18
CSS transitions, and how to use them in React 18
Moving from Next to Remix
Lessons learned migrating a blog site from Next into Remix.
Create a Drag-and-Drop Zone in React with react-dropzone
Implement drag-and-drop in React with just a few lines of code
React State Management Using Easy Peasy
A simple way to manage state in React apps
Ajax Battle: XMLHttpRequest vs the Fetch API
Which Ajax API is best for your application? In this article, we'll examine the pros and cons of the ancient XMLHttpRequest and its modern Fetch API equivalent.
Building a Progressive Web App with React 18
Build a website that behaves like a native app, using React
From methods to functions, and back
Learn several techniques to change methods into functions and vice versa
Okta vs. Other Authentication/Authorization managers
Reasons why Okta should be the first auth manager to consider
Aurelia: Build Powerful Web Apps with Simple Javascript
A tutorial on a JavaScript framework that focuses on simplicity and efficiency
How to build a CMS-powered blog with Nuxt
Create a blog without a server by using a headless CMS
Front-end testing: principles, levels, libraries, and automation
Everything on how to plan and do testing for the front end
Building and Rendering charts with Nivo in React
Learn how to use Nivo to produce eye-catching charts in React
Capturing Your User's Requests and Responses to Find Problems with your Application
Capture the request data to understand the type of mistakes you're making on the front-end
Modern web animations with Gsap and Vue 3
Learn how to bring your website to life with Gsap's animations
Building CRUD Apps with NextJs
How to update databases in your full-stack web app using NextJS
Tips for creating a component library
How to develop a component library that everybody will want to use!
Integrating Axios with React Hooks
Learn how to integrate Axios with React by creating a custom hook