This week, I've been trying to hack around picking up function "from the ground", meaning global variables attached to window. Trying to discover whether I'm doing evil things or not, I decided to look into what React does with the window object.
This post is not yet written, dumping in a bunch of links for now.
code
installHook(window)very interesting read, subpub- react has a by version loader from query string
- polyfills
- react interactions for pointer events
- react interactions for navigator
window.clipboardData- hackernews grab stories from window
notes
- most window accesses are to grab
ReactandReactDOMfromwindow - a lot of
window.location.search - a lot of the search results come from "fixtures", what are those?