Skip to content

Commit abd3c97

Browse files
author
Adrián García
authored
Update README.md
1 parent ec865b4 commit abd3c97

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ data class LoginCompleteAction(val loginTask: Task, val user: User?)
6262

6363
Actions will usually be triggered from Views or Controllers.
6464

65-
### Generated code
66-
67-
🚧WIP🚧
68-
6965
### View changes
7066
Each ``Store`` exposes a custom `StoreCallback` though the method `observe` or a `Flowable` if you want to make use of RxJava. Both of them emits changes produced on their states, allowing the view to listen reactive the state changes. Being able to update the UI according to the new `Store` state.
7167

0 commit comments

Comments
 (0)