Quick question, I need to build a small drag and drop zone for file upload. From what I'm reading on MDN, there are lots of things that need to be done on the window global object. In such cases, I need to use the window object and the addEventListener method?
Like I'm kinda outside react control here, no? Doesn't matter?