Chiamaka Umeh A frontend developer with a passion for designing highly-responsive user interfaces for JavaScript-based web and mobile apps using React and React Native.

Stories by Chiamaka Umeh

Best Practices For React Iframes

Best practices for React iframes

Dev

Explore use cases for React iframes, embedding external content in a web application, and isolating certain parts of an app.

Chiamaka Umeh
Dec 28, 2023 ⋅ 9 min read
Why React Doesn’t Update State Immediately

Why React doesn’t update state immediately

Dev

State updates in React are asynchronous; when an update is requested, there is no guarantee that the updates will be made immediately.

Chiamaka Umeh
Dec 12, 2023 ⋅ 3 min read
Building SvelteKit Forms With Superforms

Building SvelteKit forms with Superforms

Dev

Explore how Superforms simplifies form validation in SvelteKit applications and delivers powerful client-side interactions.

Chiamaka Umeh
Oct 12, 2023 ⋅ 8 min read
Using Hocus To Run Faster Development Environments

Using Hocus to run faster development environments

Dev

Hocus provides a self-hosted alternative to other platforms like Gitpod and GitHub Codespaces.

Chiamaka Umeh
Aug 7, 2023 ⋅ 6 min read
How To Rotate Text CSS

Guide to rotating text in CSS

Dev

Rotating text in CSS is useful when formatting languages comprised of vertical characters, or when adding text to graphics like maps and charts.

Chiamaka Umeh
Jun 29, 2023 ⋅ 3 min read
Underrated React Hooks youre missing out on

Underrated React Hooks you’re missing out on

Dev

Explore the use cases, syntax, and a few code examples of three underrated React Hooks, useImperativeHandle, useLayoutEffect, and useDebugValue.

Chiamaka Umeh
Sep 16, 2022 ⋅ 6 min read
React Native NFC Tags

How to use NFC tags in React Native

Dev

With NFC tags, you can easily transfer small amounts of information, like app URLs, encrypted bank accounts, and more.

Chiamaka Umeh
Aug 22, 2022 ⋅ 5 min read
Redux Persist React Native

How to use Redux Persist in React Native

Dev

Even when we leave our app and come back later, Redux Persist fetches the data from AsyncStorage and initializes the Redux store with it.

Chiamaka Umeh
Jun 27, 2022 ⋅ 5 min read
Improve Node Dependencies

3 ways to secure open source Node.js dependencies

Dev

Review Socket, Node-Secure CLI, and N|Solid, three open source tools for running reports on the security of the transitive and direct dependencies in your project.

Chiamaka Umeh
May 4, 2022 ⋅ 4 min read
React Query Pagination

Pagination and infinite scroll with React Query v3

Dev

React Query makes it easy to fetch, cache, sync, and update server state in React applications. Learn how to implement pagination and infinite scroll using React Query.

Chiamaka Umeh
Apr 11, 2022 ⋅ 6 min read
Firebase Cloud Storage

Upload files to Firebase Cloud Storage in Firebase v9 with React

Dev

Cloud storage service is designed for developers to easily store and serve user-generated content, which is stored in Google Cloud Storage buckets.

Chiamaka Umeh
Apr 5, 2022 ⋅ 4 min read
React Rematch Level Up State Management

Level up your state management with Rematch

Dev

Explore how Rematch works, elaborate on its features, then build a simple to-do application to demonstrate how to use Rematch.

Chiamaka Umeh
Feb 28, 2022 ⋅ 5 min read