Composition
You can compose multiple stores together using class inheritance. This is quite simple:
Now when StLouisZooState
is invoked, it will share the actions of the ZooState
. Also all state options are inherited.
Last updated
You can compose multiple stores together using class inheritance. This is quite simple:
Now when StLouisZooState
is invoked, it will share the actions of the ZooState
. Also all state options are inherited.
Last updated