Elijah Agbonze I am a full-stack software developer from Nigeria. I love coding and writing about coding.

Stories by Elijah Agbonze

Handling Data Fetching In Next.js With useSWR

Handling data fetching in Next.js with useSWR

Dev

Use the useSWR Hook in Next.js to fetch and handle client-side data, and explore its parameters and SSG/ISR/SSR support.

Elijah Agbonze
Mar 28, 2024 ⋅ 18 min read
Using React To Print To Generate A Printable Document

Using react-to-print to generate a printable document

Dev

ReactToPrint is a great tool for easily adding a print feature to your React app while preserving your document’s neat, consistent look.

Elijah Agbonze
Mar 20, 2024 ⋅ 9 min read
Understanding Next.js RouteChangeStart And Router Events

Understanding Next.js routeChangeStart and router events

Dev

Explore Next.js’ routeChangeStart and other router events to enhance your navigation tracking and analytics integration.

Elijah Agbonze
Mar 11, 2024 ⋅ 13 min read
Optimizing For User Preferences With CSS Prefers-Reduced-Rransparency And Light-Dark()

Using CSS prefers-reduced-transparency and light-dark()

Dev

Explore CSS functions light-dark() and prefers-reduced-transparency for optimizing website themes according to user preferences for transparency and light/dark themes.

Elijah Agbonze
Dec 12, 2023 ⋅ 4 min read
Exploring The Css Dir Pseudo Class A Deep Dive

Exploring the CSS :dir pseudo-class: A deep dive

Dev

Accessibility is one of the most overlooked topics in web development. But as developers, if we want our websites to […]

Elijah Agbonze
Nov 10, 2023 ⋅ 6 min read
Implementing SSR in Next.js: Dynamic Routing And Prefetching

Implementing SSR in Next.js: Dynamic routing and prefetching

Dev

Delve into dynamic routing in Next.js, both on the client and server sides, and explore nested routing and query parameters with SSR.

Elijah Agbonze
Sep 19, 2023 ⋅ 15 min read
How To Choose The Best IDE For React Native

How to choose the best IDE for React Native

Dev

Choose the best IDE for your React Native project by comparing top choices including Visual Studio Code and WebStorm.

Elijah Agbonze
Sep 1, 2023 ⋅ 14 min read
Using Replit With Node Js To Build And Deploy Apps Quickly

Using Replit with Node.js to build and deploy apps

Dev

Build and deploy Node.js apps with Replit, an online text editor and IDE with powerful features for fast and collaborative development.

Elijah Agbonze
Jul 10, 2023 ⋅ 10 min read
Implementing Service Workers In Your Next Js Application

Implementing service workers in your Next.js app

Dev

Service workers can enhance your Next.js app functionality and improve UX. Let’s explore how to implement service workers with examples.

Elijah Agbonze
May 9, 2023 ⋅ 9 min read
Using React With Popper And Styled Components

Using React with Popper and styled-components

Dev

Let’s look at how to use React with Popper, a JavaScript library that helps you manage your popovers easily.

Elijah Agbonze
Feb 7, 2023 ⋅ 14 min read
Using Google Places Autocomplete Components In React Native

Using Google Places autocomplete components in React Native

Dev

Google offers tons of APIs for accessing its map services, one of which is the Places API. The Places API […]

Elijah Agbonze
Sep 6, 2022 ⋅ 12 min read
Using The Writefilesync Method In Node Js

Using the writeFileSync method in Node.js

Dev

Learn to use writeFileSync in Node.js, a method that allows us to create files, write to files, and update files synchronously.

Elijah Agbonze
Jul 28, 2022 ⋅ 8 min read