Skip to content
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

Proper gipp fix #512

Merged

Conversation

voinik
Copy link
Contributor

@voinik voinik commented Dec 15, 2022

No description provided.

@voinik
Copy link
Contributor Author

voinik commented Dec 15, 2022

I've added a new page called /gipp to the redux-toolkit repo. You can test that the store is properly hydrated now with the new version of the useWrappedStore hook. I think this solves all known issues. Can you test it and check it out?

@kirill-konshin
Copy link
Owner

Let me know when you finish pushing. I will merge this one too.

@voinik
Copy link
Contributor Author

voinik commented Dec 15, 2022

It's done :)

@kirill-konshin kirill-konshin merged commit 983e750 into kirill-konshin:async-hydration-fix-proper Dec 15, 2022
@kirill-konshin
Copy link
Owner

Merged. Can you elaborate more on page vs app GIP? Ideally, with a testcase.

kirill-konshin added a commit that referenced this pull request Dec 28, 2022
* Use useMemo for hydration and avoid unnecessary hydrates (#502)

* Upgrade packages and refactor a bit
* Added necessary testing dependency
* Stop hydrating on server and use useLayoutEffect for client hydration
* Added pokemon page with rtk's createApi
* Added back dispatch in GSP in demo repo
* A change in query params constitutes a new page now
* Improve performance by using another hook on server
* Add detail page
* New approach: split gsp and gssp and hydrate based on those
* Added a second type of initial state handling with more explanations
* Improved useMemo comment
* Make sure hydrates work when staying on the same page
* Add links to demo repo to test issue (seems like no issue)
* Proper gipp fix (#512)
* ESLint fix
* Gipp testcase and example page in RTK repo (#514)
* Add GIP to _app and add GIP in page to RTK repo
* Added e2e test for RTK repo
* Added testcase for GIAP and GIPP to wrapper
* Consistent casing and formatting in comments

Fix #493 #495 #496

Co-authored-by: voinik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants