📄️ Connector pattern
As previously discussed, you can access the store state
📄️ StoreConnector
The connector pattern can easily be implemented with the BuildContext extensions,
📄️ Cannot generate view-model
Sometimes you may not have enough information to generate the view-model.
📄️ Advanced view model
We have already discussed how to create the ViewModel using the vm parameter.
📄️ Migrating from flutter_redux
Read this page only if you are migrating from flutter_redux (vanilla Redux) to AsyncRedux.