From the OpenReplay Blog
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
Introduction to Tonic - the component framework
Produce beautiful user interfaces very quickly with the Tonic framework
Implementing authentication in Remix applications with Supabase
Learn how to implement an authentication system with Remix and Supabase
Live Session Replay Through OpenReplay Assist
Take advantage of the Assist feature to provide the best support for your users
Introduction to Bulma: A Simple and Intuitive CSS Framework
Bulma is a free, open-source framework with ready-to-use front-end components that you can easily combine to build web applications. In this introduction tutorial, you'll learn how to get started with Bulma and why you'll want to use it in your next project.
Exploring SvelteKit in 2022 by Building a Portfolio Website
Learn how to deploy your first SvelteKit application with this step-by-step tutorial
The Transition From Higher-Order Component Pattern to React Hooks Pattern
Reusability is an essential principle to follow in software development and programming. React provides us with a solid ground to adhere to it.
Creating a table of content widget in React
Learn how to create a very dynamic table of content widget using React
Shuffling an Array, Not as Trivial as It Sounds
There are many ways to shuffle an array, but not all of them are good