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

Add example of lazy loading slices with combineSlices, and middleware with createDynamicMiddleware #4064

Open
wants to merge 59 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2024

  1. clone vite example

    EskiMojo14 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2efb023 View commit details
    Browse the repository at this point in the history
  2. lazy load all the things

    EskiMojo14 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ba37b29 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fix App test

    EskiMojo14 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    db7086d View commit details
    Browse the repository at this point in the history
  2. Add non-lazy todo example

    EskiMojo14 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    494d7df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b1138c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67f4c92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0ace1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fd828a View commit details
    Browse the repository at this point in the history
  7. make getCount in slice

    EskiMojo14 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    daedb89 View commit details
    Browse the repository at this point in the history
  8. fix import

    EskiMojo14 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bec2ed5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ac362f View commit details
    Browse the repository at this point in the history
  10. added .selector example

    EskiMojo14 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0bd1139 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04b0a8b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

    EskiMojo14 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1b3cbd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c4387f View commit details
    Browse the repository at this point in the history
  4. bump CSB node to 18

    EskiMojo14 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    81aa3a7 View commit details
    Browse the repository at this point in the history
  5. remove open: true

    EskiMojo14 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1e4363c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. use withTypes hooks

    EskiMojo14 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    99253f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    844baec View commit details
    Browse the repository at this point in the history
  3. move todos below add field

    Co-authored-by: Arya Emami <[email protected]>
    EskiMojo14 and aryaemami59 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    834f6d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8aa0db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4df4670 View commit details
    Browse the repository at this point in the history
  6. update lockfile

    EskiMojo14 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    60068d6 View commit details
    Browse the repository at this point in the history
  7. Add comment slice tests

    EskiMojo14 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    a011ea5 View commit details
    Browse the repository at this point in the history
  8. Update examples/lazy-injection/kitchen-sink/src/features/todos/commen…

    …tSlice.test.ts
    
    Co-authored-by: Arya Emami <[email protected]>
    EskiMojo14 and aryaemami59 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    cd18280 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Use different build of RTK

    EskiMojo14 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    77f4f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c32773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73820b5 View commit details
    Browse the repository at this point in the history
  4. fix ci settings

    EskiMojo14 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    785eed7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38f2213 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary casts

    EskiMojo14 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3bf655b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7df80d5 View commit details
    Browse the repository at this point in the history
  8. lazy load comments

    EskiMojo14 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    686205a View commit details
    Browse the repository at this point in the history
  9. add tabs

    EskiMojo14 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1b375ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39c3380 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    c9dce74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d87dd3 View commit details
    Browse the repository at this point in the history
  3. why does this work

    EskiMojo14 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c969d80 View commit details
    Browse the repository at this point in the history
  4. use RTL 13

    EskiMojo14 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    afb8b7c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    4ae92fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a617a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f035c8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/reduxjs/redux-toolkit int…

    …o combineslices-example
    aryaemami59 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    25a813e View commit details
    Browse the repository at this point in the history
  5. Update lockfile

    aryaemami59 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    295ccec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddacd0a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4092 from aryaemami59/combineslices-example

    Fix TS issues with `combineSlices` example
    EskiMojo14 authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f285dbe View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    976abfb View commit details
    Browse the repository at this point in the history
  2. run prettier

    EskiMojo14 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e97fed0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    1c12ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa9ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f78d48 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    339ec04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3d827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b13943a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd8f9bb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Sep 1, 2024

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