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

refactor(core): re-implement useAtom with useReducer #687

Merged
merged 11 commits into from
Sep 9, 2021

Commits on Sep 4, 2021

  1. wip: use-sync-external-store

    dai-shi committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    f030093 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. use reducer just like that

    dai-shi committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    3b5741e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9661e6f View commit details
    Browse the repository at this point in the history
  3. fix useAtomsSnapshot

    dai-shi committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    33a40b0 View commit details
    Browse the repository at this point in the history
  4. update size snapshot

    dai-shi committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e030230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d10030 View commit details
    Browse the repository at this point in the history
  6. update size snapshot

    dai-shi committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e3fa7e8 View commit details
    Browse the repository at this point in the history
  7. empty commit

    dai-shi committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    3105e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Update src/devtools/useAtomsSnapshot.ts

    Co-authored-by: Mathis Møller <mmm@cryosinternational.com>
    dai-shi and Mathis Møller committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    c180cd8 View commit details
    Browse the repository at this point in the history
  2. Update src/devtools/useAtomsSnapshot.ts

    Co-authored-by: Mathis Møller <mmm@cryosinternational.com>
    dai-shi and Mathis Møller committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    eba06ea View commit details
    Browse the repository at this point in the history
  3. Update src/devtools/useAtomsSnapshot.ts

    Co-authored-by: Mathis Møller <mmm@cryosinternational.com>
    dai-shi and Mathis Møller committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    2e96c2c View commit details
    Browse the repository at this point in the history