Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haradakunihiko committed Feb 28, 2016
1 parent 39da7f0 commit a07694c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a07694c

Please sign in to comment.