How to use libraries installed via <script> tags in React
I'm trying to create a Facebook Instant HTML5 application in React. As per their Quick Start documentation, they want me to install their SDK using a script tag, like so: <script src="https://connect.facebook.net/en_US/fbinstant.6.3.js"></script> I've created my app using create-react-app. I've placed…