Replies: 2 comments
-
You can track state in a react component, you will want to wrapRootElement to make sure the component is not unmounted. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your answer.
and my Gatsby-node.js file:
and my app.js file:
how should I implement the wrapRootElement? I a sorry to ask this question but the documentation on wrapRootElement is very shallow on the link you provided. Thank you so much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have developed a web site using gatsby which is fully dynamic and fetches data from our erp system via aws api gateway, lambda and mssql.
For the authentication I am using aws amplify cognito. There is however one issue I could not solve.
For example when a user navigates to a new page from a serach results page and then back, the original search page is refreshed and the user has to enter the search term again, then select the paginated page again to get to the originating status.
Is there an easy way to solve this problem?
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions