File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -92,25 +92,18 @@ We are currently sharing code through mixins. Some of them might be generally us
92
92
* DispatcherListener: subscribes and ubsubscribes from the Dispatcher for a component
93
93
* NavigationListener: react to navigation changes in a component
94
94
95
- # Future Concepts
96
-
97
- Let us know if you think one of these would be helpful
98
-
99
95
#### Extensions
100
96
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.
106
98
107
99
#### i18n
108
100
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.
110
103
111
104
#### Android too
112
105
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 .
114
107
115
108
116
109
## License
You can’t perform that action at this time.
0 commit comments