|
|
|
|
|
by radubrehar
2824 days ago
|
|
When attaching non-passive events at document level "the entire page is marked as a non-fast scrollable region." - this is the default thing that's happening in React, since events are attached on the document. We really need passive events in React |
|