-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Add API for hooking into the web and static entries #388
Comments
We needed to put redux in our latest project, and as far as I know there isn't a way using gatsby-browser to hook into the entry. What we did was just copy the
|
This would be an excellent hook to add. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
I saw you can respond to route transitions, but is there a way to hook up browser initialization tasks like creating a
redux
store or starting theoffline-plugin
runtime?The text was updated successfully, but these errors were encountered: