From cc88e5ad4bb01c1cf5a043ebb21f6db5d2528998 Mon Sep 17 00:00:00 2001 From: Igor Adamenko Date: Tue, 5 Oct 2021 23:14:35 +0300 Subject: [PATCH] Rearrange items one more time --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eec68e..64aa765 100644 --- a/README.md +++ b/README.md @@ -757,9 +757,6 @@ - **[QualityMatters](https://github.com/artem-zinnatullin/qualitymatters)** by [Artem Zinnatullin](https://github.com/artem-zinnatullin)
Android Development Culture. -- **[React Render Tracker](https://github.com/lahmatiy/react-render-tracker)** by [Roman Dvornov](https://github.com/lahmatiy)
- A tool to discover performance issues related to unintentional re-renders and unmounts. - - **[React Colorful](https://github.com/omgovich/react-colorful)** by [Vlad Shilov](https://github.com/omgovich)
A tiny color picker component for React and Preact apps. @@ -781,6 +778,9 @@ - **[React Native Looped Carousel](https://github.com/phil-r/react-native-looped-carousel)** by [Phil Rukin](https://github.com/phil-r)
Full-fledged “infinite” carousel for your next React Native project. Supports iOS and Android. +- **[React Render Tracker](https://github.com/lahmatiy/react-render-tracker)** by [Roman Dvornov](https://github.com/lahmatiy)
+ A tool to discover performance issues related to unintentional re-renders and unmounts. + - **[React Side Effect](https://github.com/gaearon/react-side-effect)** by [Dav Abramov](https://github.com/gaearon)
Create components whose nested prop changes map to a global side effect.