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

fix(react-router): improve memoization for context providers #9983

Merged
merged 7 commits into from
Mar 3, 2023

Commits on Jan 26, 2023

  1. Improve memoization for context providers

    This will reduce some unnecessary re-renders where the context is accessed.
    appden committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    55edd61 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    da5bf8b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    e53c22f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b667b View commit details
    Browse the repository at this point in the history
  3. Add changeset

    brophdawg11 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e9dbac0 View commit details
    Browse the repository at this point in the history
  4. Fix comment typo

    brophdawg11 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    81f3aa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1417fdb View commit details
    Browse the repository at this point in the history