diff --git a/README.md b/README.md index 6274d83..77f5ed0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library does not provide any view component. Just adds a functionality to b In the [example](https://github.com/haradakunihiko/react-confirm/tree/master/example), [react-bootstrap](https://react-bootstrap.github.io/components.html#modals) and [material-ui](http://www.material-ui.com/#/components/dialog) are used with. ## Motivation - React is great. And I respect the concept to render the view reactively only by it's state. However, it easily becomes really complex to manage all states which are only necessary just temporarily like confirmation dialog. Is managing states which indicate the confirmation dialog is shown really important? Is it worth to manage them? I guess the answer is not always yes. + React is great. And I respect the concept to render the view reactively only by it's state. However, it easily becomes really complex to manage all states which are only needed just temporarily like confirmation dialog. The question is... Is it worth to manage them inside your app? I guess the answer is not always yes. ## What you can do With this library, diff --git a/package.json b/package.json index e39c204..26fa903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-confirm", - "version": "0.1.12", + "version": "0.1.13", "description": "Small library which makes your Dialog component callable", "main": "lib/index.js", "repository": {