Hussain Arif Hussain is a CS student in Pakistan whose biggest interest is learning and teaching programming to make the world a better place.

Stories by Hussain Arif

How To Solve React UseHook's Infinite Loop Patterns

How to solve the React useEffect Hook’s infinite loop patterns

Dev

Solve the issue of infinite loops when using the useEffect Hook in React to more smoothly utilize the Hook for your app’s side effects.

Hussain Arif
May 4, 2022 ⋅ 5 min read
How To Access File Systems With React Native

How to access file systems with React Native

Dev

Learn how to create files and directories and write to them via the react-native-fs library.

Hussain Arif
Apr 7, 2022 ⋅ 4 min read
Build a Text Detector with React Native

Build a text detector in React Native

Dev

Build a text detector in React Native by creating your own image picker component and using Google Cloud Vision.

Hussain Arif
Feb 23, 2022 ⋅ 5 min read
Build A Custom React Native Action Sheet

Build a custom React Native action sheet

Dev

A React Native action sheet is a UI element that renders a context menu, including icons or images, on the bottom of the screen.

Hussain Arif
Feb 8, 2022 ⋅ 4 min read
What's New in NativeBase 3.0

What’s new in NativeBase 3.0

Dev

NativeBase helps teams build great interfaces quickly. The 3.0 update includes utility props, responsive styles, inbuilt accessibility, and more.

Hussain Arif
Dec 3, 2021 ⋅ 4 min read
Create and Customize Radio Buttons in React Native

Create and customize radio buttons in React Native

Dev

Learn how to build a radio button form using the React Native library and customize your radio elements.

Hussain Arif
Nov 2, 2021 ⋅ 6 min read
for and while Loops in Python

for and while loops in Python

Dev

for and while loops are essential to Python. Learn their syntax, how to loop with numbers and lists, and important loop control statements.

Hussain Arif
Oct 28, 2021 ⋅ 6 min read
Comparing React Tree Components

Comparing React tree components

Dev

Learn about four of the popular libraries for rendering tree diagrams in React, such as Geist UI and Ant Design.

Hussain Arif
Sep 22, 2021 ⋅ 5 min read
Charting in React with ApexCharts

Charting in React with ApexCharts

Dev

Learn to make interactive charts with ApexCharts, which is an easy-to-use, open source library.

Hussain Arif
Sep 13, 2021 ⋅ 6 min read
A Complete Guide to TextInput in React Native

A complete guide to TextInput in React Native

Dev

Learn how to implement React Native’s TextInput component and customize it to collect user inputs in your project.

Hussain Arif
Aug 5, 2021 ⋅ 4 min read
Building an Animated Loader in React Native

Building an animated loader in React Native

Dev

This tutorial will walk you through how to build an animated loader in React Native using a couple different libraries.

Hussain Arif
Jul 22, 2021 ⋅ 3 min read
Data Fetching with React Native

Data fetching with React Native

Dev

Should you use the inbuilt Fetch API, GraphQL, or something else to fetch data in React Native? Learn what works for your use case.

Hussain Arif
Jul 5, 2021 ⋅ 10 min read