From 3345349112d189d9b3f93e868bc6f26363c9ef0d Mon Sep 17 00:00:00 2001 From: Vijay S Date: Wed, 19 Nov 2025 10:17:48 +0530 Subject: [PATCH 1/2] docs: add react-hot-toast to React Awesome Components --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 914d41cf..40e024cd 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ A collection of awesome things regarding the React ecosystem. - [react-archer](https://github.com/pierpo/react-archer) - Draw arrows between React elements - [react-complex-tree](https://github.com/lukasbach/react-complex-tree) - Unopinionated Accessible Tree - [react-insta-stories](https://github.com/mohitk05/react-insta-stories) - A React component for Instagram like stories +- [react-hot-toast](https://github.com/timolins/react-hot-toast) - Lightweight and customizable toast notifications for React. - [swiper](https://github.com/nolimits4web/swiper) - Most modern mobile touch slider - [keen-slider](https://github.com/rcbyr/keen-slider) - The Touch slider carousel - [heart-switch](https://github.com/anatoliygatt/heart-switch) - A heart-shaped toggle switch component for React @@ -143,6 +144,8 @@ A collection of awesome things regarding the React ecosystem. - [puck](https://github.com/measuredco/puck) - The visual editor for React - [json-edit-react](https://github.com/CarlosNZ/json-edit-react) - Highly configurable JSON/Object tree editor/viewer + + #### React Components Sandboxes - [storybook](https://github.com/storybookjs/storybook) - Storybook is a frontend workshop for building UI components and pages in isolation From d85b9a52365a455634b83093057bf9bb3cf182e5 Mon Sep 17 00:00:00 2001 From: Nick Raienko Date: Thu, 27 Nov 2025 19:02:00 +0100 Subject: [PATCH 2/2] Fix duplicate entry for 'react-hot-toast' in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 40e024cd..4d84bf65 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ A collection of awesome things regarding the React ecosystem. - [react-archer](https://github.com/pierpo/react-archer) - Draw arrows between React elements - [react-complex-tree](https://github.com/lukasbach/react-complex-tree) - Unopinionated Accessible Tree - [react-insta-stories](https://github.com/mohitk05/react-insta-stories) - A React component for Instagram like stories -- [react-hot-toast](https://github.com/timolins/react-hot-toast) - Lightweight and customizable toast notifications for React. +- [react-hot-toast](https://github.com/timolins/react-hot-toast) - Lightweight and customizable toast notifications for React - [swiper](https://github.com/nolimits4web/swiper) - Most modern mobile touch slider - [keen-slider](https://github.com/rcbyr/keen-slider) - The Touch slider carousel - [heart-switch](https://github.com/anatoliygatt/heart-switch) - A heart-shaped toggle switch component for React @@ -144,8 +144,6 @@ A collection of awesome things regarding the React ecosystem. - [puck](https://github.com/measuredco/puck) - The visual editor for React - [json-edit-react](https://github.com/CarlosNZ/json-edit-react) - Highly configurable JSON/Object tree editor/viewer - - #### React Components Sandboxes - [storybook](https://github.com/storybookjs/storybook) - Storybook is a frontend workshop for building UI components and pages in isolation