Edit the location of react-events package more precisely (#2297)

This commit is contained in:
Sanghyeon Lee
2019-08-28 02:32:34 +09:00
committed by Alex Krolick
parent 6b3891ad39
commit b0a55fbff3

View File

@@ -217,7 +217,7 @@ Its source code is located in [`packages/react-reconciler`](https://github.com/f
### Event System {#event-system}
React implements a synthetic event system which is agnostic of the renderers and works both with React DOM and React Native. Its source code is located in [`packages/events`](https://github.com/facebook/react/tree/master/packages/react-events).
React implements a synthetic event system which is agnostic of the renderers and works both with React DOM and React Native. Its source code is located in [`packages/react-events`](https://github.com/facebook/react/tree/master/packages/react-events).
There is a [video with a deep code dive into it](https://www.youtube.com/watch?v=dRo_egw7tBc) (66 mins).