Skip to content

Commit df87e66

Browse files
committed
readme update
1 parent 3c497ac commit df87e66

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,25 +92,18 @@ We are currently sharing code through mixins. Some of them might be generally us
9292
* DispatcherListener: subscribes and ubsubscribes from the Dispatcher for a component
9393
* NavigationListener: react to navigation changes in a component
9494

95-
# Future Concepts
96-
97-
Let us know if you think one of these would be helpful
98-
9995
#### Extensions
10096

101-
We've been trying out ways to not use mixins.
102-
103-
#### Context
104-
105-
Some of the things that are props here are in the context in our real app.
97+
We've been trying out ways to not use mixins. `AddSpinnerLoader` is an example of a higher-level component.
10698

10799
#### i18n
108100

109-
We've internationalized our app.
101+
We've internationalized our app. Each component definies it's own keys.
102+
This provides a sample of how that works.
110103

111104
#### Android too
112105

113-
We'll have to figure this one out eventually.
106+
We shipped our Android app! We need to update this to work there too.
114107

115108

116109
## License

0 commit comments

Comments
 (0)