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

Feature: useHydrateAtoms #637

Merged
merged 20 commits into from
Aug 10, 2021
Merged

Feature: useHydrateAtoms #637

merged 20 commits into from
Aug 10, 2021

Commits on Aug 3, 2021

  1. wip

    Thisen committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0380fe0 View commit details
    Browse the repository at this point in the history
  2. useHydrateAtoms wip

    Mathis Møller committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    98f9b1d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Add first test

    Mathis Møller committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    41b3324 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. More test cases

    Thisen committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    797619c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Simplify implementation

    Thisen committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    962d8f5 View commit details
    Browse the repository at this point in the history
  2. Update size-snapshot

    Thisen committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    fd97d7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7103f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    80d777c View commit details
    Browse the repository at this point in the history
  2. Optimize hook and add tests

    Thisen committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    65da656 View commit details
    Browse the repository at this point in the history
  3. Fix types

    Thisen committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    46e0485 View commit details
    Browse the repository at this point in the history
  4. Fix types

    Thisen committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    916c108 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Merge branch 'master' into feat/use-hydrate-atoms

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    eb7ed00 View commit details
    Browse the repository at this point in the history
  2. Use symbol property for hydrated check

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    89c6db3 View commit details
    Browse the repository at this point in the history
  3. Allow hydration on atom once per store

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    1ebe3a4 View commit details
    Browse the repository at this point in the history
  4. Add scope test

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    1808df7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into feat/use-hydrate-atoms

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f9325fa View commit details
    Browse the repository at this point in the history
  6. Use new useAtom API for scope

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    71b971c View commit details
    Browse the repository at this point in the history
  7. Update size-snapshot

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c1ee00e View commit details
    Browse the repository at this point in the history
  8. Fix isDevStore

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f75c4df View commit details
    Browse the repository at this point in the history
  9. Fix typo - use weakset instead of set

    Mathis Møller committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    baece10 View commit details
    Browse the repository at this point in the history