How to include Script Tag and fetch data from it in React
There are certain use-cases where you want to include <script> tag directly in your react application, like using or including a particular third party library. Certain libraries are only available via CDN (<script> tag) for React as well, in such c...
vrindabhatia.hashnode.dev2 min read