Highlights
- Arctic Code Vault Contributor
Pinned
3,391 contributions in the last year
Less
More
Contribution activity
February 2021
Created 38 commits in 28 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3 repositories not shown
Created a pull request in facebook/react that received 10 comments
Use setImmediate when available over MessageChannel
Will fix #20756 after we toggle the flag, alternative to #20790.
The idea is that setImmediate models the semantics we want closer than MessageChannel
+318
−5
•
10
comments
Opened 15 other pull requests in 2 repositories
facebook/react
2
open
2
closed
10
merged
- [Not for merge] 17.1.0
- [Not for merge] Try some new event flags
- Move scheduler priority check into ReactDOM
- Always set window.event in test environment
- Add more non-React events to the priority list
- Add tests for non-React discrete events flushing in a microtask
- Use Lanes instead of priority event constants
- Reduce some constant duplication
- Decouple event priority list from event name list
- Experiment: Infer the current event priority from the native event
- [Not for merge] Test sizebot
- Remove the Fundamental internals
- Align event group constant naming with lane naming
- Fix UMD bundles by removing usage of global
reactjs/reactjs.org
1
merged
Reviewed 9 pull requests in 1 repository
facebook/react 9 pull requests
- Remove scheduler sampling profiler state
- Disable (unstable) scheduler sampling profiler for OSS builds
- [CI] Use constant commit sha
- Add `supportsMicrotasks` to the host config
- Fix for MessageChannel in Node Envs (#20756)
- Apply #20778 to new fork, too
- Add tests for non-React discrete events flushing in a microtask
- Decouple event priority list from event name list
- sizebot: Combine stable and experimental results
Created an issue in excalidraw/excalidraw that received 16 comments
Dynamic import inside the package makes it difficult to consume
My Excalidraw embed works in one Next project but breaks in another one: It is very difficult to debug why webpack is attempting to load via non-r…
16
comments