React Native School Logo
blogcoursesloginjoin

Topic: "Hooks" - React Native School

August 3rd, 2022

Build a Custom React Hook: Stopwatch

Hooks are a powerful way to abstract logic out of a component to make it reusable and to simplify the component. Today we've got an exercise that will help you practice writing your own hooks by creating a stop watch with the ability to track laps.

Read this article →

August 3rd, 2022

Build a Stop Watch Hook that Works Even When the App is Quit

Learn to leverage AsyncStorage and a custom hook to create a stop watch that continues to run even if the app is quit.

Read this article →

July 10th, 2019

Building a Dimensions Hook in React Native

In this lesson we'll create a hook that listens to any dimension changes in our app.

Read this article →

April 17th, 2019

Migrating from Component State to Hooks for a Fetch Request

Hooks are the latest hotness in React Native. Now that they're part of React Native core how can this change your code?

Read this article →

February 20th, 2019

Building an Animation Hook in React Native

Take a first look at how you can use React Hooks to simplify your animation logic in React Native.

Read this article →

homecoursesblogreviewstopicsroadmaplogin

A Handlebar Labs Product

Join our email list and get free access to our crash course on building React Native apps.

React Native School Logo