docusaurus-theme-github-codeblock
docusaurus-theme-github-codeblock copied to clipboard
Avoid render-side effect
There seem to be a render side-effect instead of firing the req in useEffect which is something to avoid in React. Using a small fetching lib (like mine slorber/react-async-hook) can prevent that.