docusaurus-theme-github-codeblock icon indicating copy to clipboard operation
docusaurus-theme-github-codeblock copied to clipboard

Avoid render-side effect

Open christian-bromann opened this issue 4 years ago • 0 comments

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.

christian-bromann avatar Feb 03 '21 11:02 christian-bromann