Aleem Isiaka is a software developer who wrote the most popular React library,
HereMaps
. He lives in Lagos, Nigeria, and likes to blog at
aleemisiaka.com/blog
.
In a React component,
useState
and
useReducer
can cause your component to re-render each time there is a call to the update functions. In this article, you will find out how to use the
useRef()
hook to keep track of variables without causing re-renders, and how to enforce the re-rendering of React Components.
Read more…
In this article, Aleem Isiaka explains how you can deploy a basic NodeJS application to Heroku, automate and schedule a deployment to run at certain intervals of the day, and use other actions from the Github Actions community.
Read more…
In this article, we will take a closer look at GraphQL and how we can integrate it into a Gatsby website by building and implementing advanced data sourcing and transformation in Gatsby.
Read more…
Gatsby is a modern static-site generator that has revamped the way static websites are being built. It incorporates React, Node.js, and GraphQL to create stunning and blazing-fast websites. In this post, we will discuss Gatsby plugins and develop our own comment plugin.
Read more…
In this article, Aleem Isiaka explains how the internals of Node.js interact with one another and explore the project repository for Node.js on GitHub.
Read more…