Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
645 contributions in the last year
Contribution activity
July 2020
Created a pull request in facebook/react that received 3 comments
Refine event registration + event signatures
Note: This PR was rebased on top of #19244. In an attempt to break up the amount of changes in #19221, I decied to pull out the logic that was not …
+76
−80
•
3
comments
- Add some type detection
- Remove event config
- Make event config an implementation detail of each plugin
- Remove TestUtils dependency on event registry
- Make event plugin injection statically resolvable
- Remove dead code from modern event system
- Enable modern event system and delete dead code
- Fork legacy-events folder into react-dom and react-native
- Move responder tests and remove dead code
- Run ReactBrowserEventEmitter test on bundles