glenvollmer
Results
1
comments of
glenvollmer
` componentDidMount() { const script = document.createElement("script"); script.src = "//cdn.jsdelivr.net/github-cards/latest/widget.js"; document.body.appendChild(script); }` this is how I was able to load the script in a class component in a React.js web...