Clinton JoyforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 12, 2023Building A Custom Fetch Hook In ReactWe are continually looking for ways to improve your code as React developers. Another viable way is to create and use custom hooks. Custom hooks allow you to package and reuse functionality across your application. This makes it easy to maintain and ...Discuss·3 likes·31 readsReact
Clinton JoyforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 23, 2023Best Practices For Async Programming In JavaScriptJavaScript provides several tools to allow you to write and execute asynchronous (async) code with no loss in performance. This article will show several best practices for async coding so you can write optimum code. JavaScript is one of the most po...Discuss·2 likesJavaScript
Saleh MubasharforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 9, 2023Creating Animations with React SpringAnimations are integral to any UI and are very useful in capturing a user's attention. There are many popular animation libraries for React, and in this article, we will discuss one of the most powerful and popular ones: React Spring. React Spring an...Discuss·1 like·38 readsOpenReplay
Clinton JoyforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 23, 2023Best Practices For Async Programming In JavaScriptJavaScript provides several tools to allow you to write and execute asynchronous (async) code with no loss in performance. This article will show several best practices for async coding so you can write optimum code. JavaScript is one of the most po...Discuss·2 likesJavaScript
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 17, 2023Five CSS ways of centering a child in its parentCentering text content or divs (or any other block content) horizontally and vertically is one of the problems every front-end developer faces in the early stages of their learning. In this article, we will explore five unique ways to do so and recom...Discuss·194 readsCSS
Clinton JoyforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 12, 2023Building A Custom Fetch Hook In ReactWe are continually looking for ways to improve your code as React developers. Another viable way is to create and use custom hooks. Custom hooks allow you to package and reuse functionality across your application. This makes it easy to maintain and ...Discuss·3 likes·31 readsReact
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 2, 2023Building Mobile Touch Slider using SwiperJsBuilding sliders, as complex as it is, gets more complicated when you factor in mobile compatibility due to the vast difference in the touch mechanics of mobile devices compared to keyboard and mouse click styles on desktops. This is why the SwiperJs...Discuss·46 readsOpenReplay
Eli MusaforSpace blogelimusa.hashnode.net·Apr 2, 2023An Introduction To RedwoodJS: Building A Drum MachineIntro to RedwoodJS- Building a Drum-Machine originally published:openreplay RedwoodJS is an open-source, full-stack serverless web application that brings together several existing technologies to easily build and deploy applications. Using React as...DiscussBeginner Developers
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 28, 2023Theming With Tailwind CSSAs accessibility becomes increasingly important, having at least an extra theme (mostly dark) on a web page has become necessary. In this article, I will show how to create multiple themes in a Tailwind CSS application and create switches to toggle t...Discuss·1 likeOpenReplay
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 28, 2023Implementing a feedback form with Next.jsIn this article, we will provide a step-by-step guide to creating a form that can collect feedback from users of your applications and execute the API functions for us to receive them in a Next.js project. Consider the following scenarios as to why t...Discuss·44 readsNext.js
Saleh MubasharforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 9, 2023Creating Animations with React SpringAnimations are integral to any UI and are very useful in capturing a user's attention. There are many popular animation libraries for React, and in this article, we will discuss one of the most powerful and popular ones: React Spring. React Spring an...Discuss·1 like·38 readsOpenReplay
Favour OgbondaforOpen Replay's Technical Blogopenreplay.hashnode.net·Feb 17, 2023Data Fetching in Next.jsby Favour Ogbonda Next.js is a perfect React framework that is fast, has more configuration, good image optimization features, and rendering capabilities. It also has methods that help in data fetching from the back end. This article will go through ...Discuss·98 readsOpenReplay
chidi confidenceforchidi confidence's blogsirconfy.hashnode.net·Feb 15, 2023Better Alerts with Sweetalert2 for React appsby Chidi Confidence When building applications, one of the main things developers find tedious is working with pop-ups or modals. Sometimes they would like to alert the user but do not want to use the basic windows alert functionality. This is where ...Discuss·1 likeReact