react-confirm 0.3.0-6 → 0.3.0-7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,8 +8,6 @@ One key feature of react-confirm is that it doesn't provide a specific view or c
|
|
|
8
8
|
## Demo
|
|
9
9
|
[](https://stackblitz.com/fork/github/haradakunihiko/react-confirm-sample/tree/main/1_typescript)
|
|
10
10
|
|
|
11
|
-
Please note that interactions with the sample dialogs output details to the console. Review the console output while interacting with the dialogs to observe the behavior and outcomes.
|
|
12
|
-
|
|
13
11
|
## Motivation
|
|
14
12
|
React is a powerful library that allows for reactive rendering based on component state. However, managing temporary states like confirmation dialogs can quickly become complex. The question is: is it worth implementing these states within your app? The answer is not always a clear yes.
|
|
15
13
|
|