From the OpenReplay Blog
Comparing Blockchain Libraries: Web3.js vs. Ethers.js
Two important libraries for working with Blockchain.
Awesome UI Interactions with Scroll Reveal
An excellent library for eye-catching animations.
What Is the Best IDE for React?
Pick the best IDE for React developers.
Mastering JavaScript: optional chaining and nullish coalescing
Learn two important recent features of JavaScript.
Improve App UX with Fuzzy search
Add fuzzy searching for a better UX.
Multilingual sites in React
Implement sites that work in different languages.
Google Analytics 4 vs Universal Analytics
Interesting news about Analytics.
A beginner's guide to BareCSS
An introduction to a simple, fast CSS framework.
Working with multiple columns in CSS
Multi-column layouts made easy with CSS.
Building accessible UI components with Ariakit
Use Ariakit to build fully accessible components.
Build a Blockchain explorer with Solana and Next.js
Create an explorer to search, view, and verify a blockchain's contents.
Theming With Tailwind CSS
Create themes with Tailwind CSS for variety.
6 Cross-platform App Development Frameworks You should know
Six great tools for developing mobile apps.
A Beginner's Guide to Integrating Next.js and Mailtrap for Seamless Email Testing
Learn how to test mail-sending procedures.
How to build React applications faster with Bun
Use Bun instead of Node for faster builds and installations.
Handle your calendar in React with Calendly
Use react-calendly and handle events and calls with ease.
Creating drop-down menus with CSS in 2023
Use the latest CSS techniques to build web menus.
Creating Dialogs in React Native
Set up and use dialogs in React Native mobile apps.
A Complete Guide to Building a Professional Docs Website from your GitHub README file
Create documentation websites automatically.
Architecture Patterns for Microservices
ALternatives to monolithic systems.
Top Visual Studio Code extensions for Svelte developers
Better ways of working with Svelte and VSCode
Managing State in Vue with Pinia ORM
Add ORM-features to Pinia for better state management in Vue.
Implementing a feedback form with Next.js
Create a form to collect feedback from users.
You don't need a state management library -- use useState plus Context
Using useState for global state management in React.