abbott
Follow
🎯
Focusing
A software designer advocating on behalf of the human component.
Equality for all 🏳️🌈 ❤️ ☮️
- Querying...
-
11:36
(UTC -04:00) - bruceabbott.co
- in/abbott
- @abbott
- abbott
Pinned Loading
-
Global state provider using Context ...
Global state provider using Context API in React.js 1import { createContext, useContext, useMemo } from 'react';
2import { useLocalStorage } from './local-storage';
3import { getOs, getBrowser } from '@lib/utils';
4import { SITE } from '@data/constants';
5 -
Google Analytics event wrapper in Re...
Google Analytics event wrapper in React.js (compatible w/Next.js next/link) 1import { forwardRef, useEffect, memo } from 'react';
2import * as useGA from '@lib/useGA';
34const Href = forwardRef((props, ref) => {
5
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.