-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do all pre-loading with redux-saga, not redux-async-connect #10365
Labels
Comments
This was referenced May 5, 2024
This was referenced Jul 11, 2017
Will fix mozilla/addons-frontend#2269. |
This was referenced May 5, 2024
tofumatt
referenced
this issue
in mozilla/addons-frontend
Aug 15, 2017
tofumatt
referenced
this issue
in mozilla/addons-frontend
Aug 15, 2017
I have this part-way finished but I'm just gonna bump it one milestone to focus on getting a few more product-y feature-y patches in. |
tofumatt
referenced
this issue
in mozilla/addons-frontend
Sep 18, 2017
tofumatt
referenced
this issue
in mozilla/addons-frontend
Sep 20, 2017
KevinMind
added
migration:no-jira
repository:addons-frontend
Issue relating to addons-frontend
labels
May 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once we have redux-saga, we can do all data pre-loading in a saga. This should allow us to convert all historic
asyncConnect()
decorators into sagas and removeredux-async-connect
. We also need to removeredux-async-connect
if we want to migrate to react-router 4.The text was updated successfully, but these errors were encountered: