Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@nexgent @pmndrs @async-library @excalidraw

Popular repositories

  1. State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.

    TypeScript 1.1k 22

  2. React useContextSelector hook in userland

    TypeScript 627 13

  3. Simple global state for React with Hooks API without Context API

    TypeScript 584 37

  4. React Redux binding with React Hooks and Proxy

    TypeScript 474 12

  5. React custom hooks for async functions with abortability and composability

    JavaScript 447 27

  6. React custom hooks for web workers

    TypeScript 280 12

3,170 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

February 2021

Created 1 repository

Created a pull request in pmndrs/jotai that received 15 comments

wip: jotai/xstate

This is to add new lib jotai/xstate with xstate. atomWithMachine implementation tests docs examples Note this PR is for the basic use case. I…

+135 −2 15 comments
Opened 11 other pull requests in 4 repositories
Reviewed 2 pull requests in 2 repositories
pmndrs/jotai 1 pull request
pmndrs/valtio 1 pull request

Created an issue in pmndrs/eslint-plugin-valtio that received 2 comments

[Feature Request] Warn if mutating a proxy itself that is used

From pmndrs/valtio#76 (comment) let state = proxy(['hello']) // in component const snap = useProxy(state) const handleClick = () => { state = ['hello'

2 comments
Answered 1 discussion in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.