Chimezie Innocent I am Chimezie, a software developer based in Nigeria. I am highly skilled in HTML, CSS, and JS to build web-accessible and progressive apps. I'm also skilled with React for web, React Native for Android apps, and Tailwind CSS. I write technical articles, too.

Stories by Chimezie Innocent

Understanding The Css Revert Layer Keyword, Part Of Css Cascade Layers

Understanding the CSS revert-layer keyword

Dev

In this article, we’ll explore CSS cascade layers — and, specifically, the revert-layer keyword — to help you refine your styling strategy.

Chimezie Innocent
Apr 24, 2024 ⋅ 6 min read
Understanding React useEffect Cleanup Function

Understanding React’s useEffect cleanup function

Dev

Prevent memory leaks in React apps by using the `useEffect` cleanup function to maintain optimal app performance.

Chimezie Innocent
Feb 8, 2024 ⋅ 7 min read
The Guide To Adding Google Login To Your React App

The guide to adding Google login to your React app

Dev

Integrate Google login in your React app for enhanced user authentication and experience and automatically create a user profile.

Chimezie Innocent
Feb 7, 2024 ⋅ 8 min read
A Guide To Enabling Partial Pre-Rendering In Next.js

A guide to enabling partial pre-rendering in Next.js

Dev

The partial pre-rendering feature from Next.js 14 leverages the React Suspense API to incrementally render web page content as it is needed.

Chimezie Innocent
Jan 22, 2024 ⋅ 9 min read
Building A Progressive Web App In Remix With Remix Pwa

Building a progressive web app in Remix with Remix PWA

Dev

Progressive web apps (PWAs) are applications that look and behave like mobile apps, but are built using web technologies. While […]

Chimezie Innocent
Nov 20, 2023 ⋅ 11 min read
How To Prevent Overflow Scrolling In CSS

How to prevent overflow scrolling in CSS

Dev

Explore the CSS `overflow` property, which controls what happens to content that is too large to fit in an element’s box.

Chimezie Innocent
Nov 8, 2023 ⋅ 6 min read
Using React-Toastify To Style Your Toast Messages

Using React-Toastify to style your toast messages

Dev

Use React-Toastify to style and customize toast messages in React apps so users receive appropriate feedback for their actions.

Chimezie Innocent
Oct 25, 2023 ⋅ 7 min read
Using React Native Mmkv To Improve App Performance

Using react-native-mmkv to improve app performance

Dev

Let’s explore the react-native-mmkv library’s advantages over AsyncStorage and how to use MMKV in our application.

Chimezie Innocent
Sep 22, 2023 ⋅ 7 min read
Integrating Ble In A React Native App With The React Native Ble Manager Package

Using react-native-ble-manager in a mobile application

Dev

Explore how react-native-ble-manager allows us to enable and scan for Bluetooth Low Energy devices within our React Native application.

Chimezie Innocent
Aug 8, 2023 ⋅ 13 min read
Building A React Native Theme Switcher App With The Usecolorscheme Hook

Building a React Native theme switcher app

Dev

Learn to use the useColorScheme Hook in React Native to switch app themes between light, dark, and system modes.

Chimezie Innocent
Aug 8, 2023 ⋅ 7 min read
Working With React Native Resizemode

Using resizeMode in React Native to scale images

Dev

Let’s explore the different resizeMode property values in React Native and how to use them effectively in a project.

Chimezie Innocent
Jun 8, 2023 ⋅ 11 min read
How To Fetch And Handle Blob Data In React Native

How to fetch and handle blob data in React Native

Dev

The react-native-blob-util and react-native-fs packages allow us to access and manage the file systems of our devices.

Chimezie Innocent
Jun 7, 2023 ⋅ 20 min read