Highlights
- Arctic Code Vault Contributor
Popular repositories
-
State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.
-
-
Simple global state for React with Hooks API without Context API
-
-
React custom hooks for async functions with abortability and composability
-
3,170 contributions in the last year
Less
More
Contribution activity
February 2021
Created 27 commits in 4 repositories
Created 1 repository
- dai-shi/excalidraw-libraries Python
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
pmndrs/jotai
7
merged
pmndrs/valtio
1
open
1
merged
excalidraw/excalidraw-libraries
1
closed
dai-shi/excalidraw-libraries
1
closed
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
pmndrs/zustand
pmndrs/zustand