Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
updating readme more examples section
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnymichel committed Aug 31, 2019
1 parent 291c1d9 commit 8185950
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ function TodoList() {

export { TodoList, AddTodo };
```
### More examples
Check out the [Codesandbox demo!](https://codesandbox.io/s/r58pqonkop)

## Methods API
### <a name="api_createStore">`createStore(name:String, state?:*, reducer?:Function):StoreInterface`</a>
Creates a store to be used across the entire application. Returns a StoreInterface object.
Expand Down

0 comments on commit 8185950

Please sign in to comment.