Skip to content

Commit 951c9d7

Browse files
authored
Update README.md
1 parent 7fb6408 commit 951c9d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
By creating a Widget that extends StoreConnector you get automatic subscribing to your redux store, and you component will only call setState when the store triggers and the values you take from the store in connect change!
88

9+
### Examples
10+
[todo_mvc], written by [Brian Egan]
11+
912
### Why you may need flutter_built_redux
1013
For the same reason you would want to use redux with react.
1114

@@ -69,3 +72,7 @@ class MyWidget extends StoreConnector<MyReduxState, MyReduxStateBuilder, MyRedux
6972
```
7073

7174
[built_redux]: https://github.com/davidmarne/built_redux
75+
76+
[todo_mvc]: https://gitlab.com/brianegan/flutter_architecture_samples/tree/master/example/built_redux
77+
78+
[Brian Egan]: https://gitlab.com/brianegan

0 commit comments

Comments
 (0)