software developer &&
temple university grad
- New York, NY
Pinned Loading
-
wix/react-native-navigation
wix/react-native-navigation PublicA complete native navigation solution for React Native
-
some overly memoized hooks
some overly memoized hooks 1import { useState, useMemo, useCallback } from 'react';
23function getNextIndex(curr, len, shouldLoop) {
4if (curr === len - 1) return shouldLoop ? 0 : curr;
5return curr + 1;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.