- π» Senior Platform Engineer A.Team
- π Implemented a concurrent art engine in Go, 8x faster than the most used solution in the NFT space
- π Check out my blog
- π« Reach me at:
π―
Focusing
SWE interested in solving non-trivial problems
Pinned Loading
-
-
raycast-chat-gpt
raycast-chat-gpt PublicChat persistently with ChatGPT directly from Raycast.
TypeScript 3
-
-
Check out this blog post to learn mo...
Check out this blog post to learn more - https://blog.erikdavtyan.com/handling-global-state-in-react-without-providers-and-boilerplate 1import { useEffect, useReducer, useMemo } from "react";
2import { BehaviorSubject } from "rxjs";
34export const createStateHook = <S>(init: S) => {
5const state$ = new BehaviorSubject(init);
-
-
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.