Elijah Agbonze

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

     



6 Stories by Elijah Agbonze

Using React with Popper and styled-components

Let's look at how to use React with Popper, a JavaScript library that helps you manage your popovers easily.
0 14 min read

Understanding Next.js routeChangeStart and router events

Next.js routeChangeStart and other router events make it possible for us to listen to events regarding navigations from one page to another.
0 11 min read

Using Google Places autocomplete components in React Native

Google offers tons of APIs for accessing its map services, one of which is the Places API. The Places API primarily gives you information...
0 12 min read

Using the writeFileSync method in Node.js

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

How to choose the best IDE for React Native

Let’s look at how to choose the best IDE for React Native for your project and compare some popular options.
2 11 min read

Create a Next.js and MDX blog

Follow this tutorial to build an interactive blog or documentation with pagination and styling that uses Next.js and MDX, with content entirely written in...
1 24 min read