neomaxzero / blog-comments

comments of my blog
0 stars 0 forks source link

add-disqus-to-your-react-app-in-a-glance/ #2

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Add disqus to your react app in a glance | M4X

react comments: How to add disqus to your react app

https://blog.m4x.io/add-disqus-to-your-react-app-in-a-glance/?utterances=704c279383ff5ab5206b5487XniMROckENszuCtyqNLUW7SOjC6TEBq7gP91cKLJULi%2F5OyHe%2FToqtFgk%2FoWVdQkkUPyNPq5KdqkxDN4S1SmCDS89AAlPctYAo1Z9CRjb1rexgzpt%2BhY2hcMOsQ%3D

3N4N commented 3 years ago

Thanks for the tutorial. It worked, but I got some errors. I think they are mostly because of injecting script the way you're doing.

[Violation] 'requestAnimationFrame' handler took 380ms
[Violation] Forced reflow while executing JavaScript took 379ms
[Violation] Avoid using document.write().

and some more. Will these violations result in any problems later on? How should I approach fixing it?