From 880a0297dd0b553f1514e2e90aafe28f0f4447d2 Mon Sep 17 00:00:00 2001 From: Aleksandr Smyshliaev Date: Thu, 21 Nov 2024 01:37:08 +0400 Subject: [PATCH] Add `react-scan` library. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f88e84..61d0026 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,10 @@ why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.) +## [React Scan](https://github.com/aidenybai/react-scan) + + `React scan` is a small library that show components rerenders and how much time is takes. Can be installed by simply adding 1 script tag into HTML. From creators of million.js. + ## [Js Framework Benchmark](https://github.com/krausest/js-framework-benchmark) A comparison of the performance of a few popular javascript frameworks @@ -1128,4 +1132,4 @@ It contains list of repos(sorted by their stars) using one of the following libr - Solid - Esbuild - Nest -- Puppeteer \ No newline at end of file +- Puppeteer