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

feat(graphql): Support custom equality function for cache comparison #1431

Merged

Commits on Aug 5, 2024

  1. feat(graphql): Support custom equality function for cache comparison

    - The current equality check has received some dissatisfaction due to performance (and is a source of jank/missed frames in my application)
    - This is an unopinionated way to allow those consumers to provide their own equality function with better performance via optimizedDeepEquals
    kvenn committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a6909d4 View commit details
    Browse the repository at this point in the history