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

Use Redux Toolkit #1

Merged
merged 7 commits into from
Jan 30, 2024
Merged

Use Redux Toolkit #1

merged 7 commits into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Use Redux Toolkit

    vishalkakadiya committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1964c31 View commit details
    Browse the repository at this point in the history
  2. Connect reducer to the store

    vishalkakadiya committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c81a587 View commit details
    Browse the repository at this point in the history
  3. Dispatch action with Redux-toolkit

    vishalkakadiya committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    70826cb View commit details
    Browse the repository at this point in the history
  4. Adds multiple reducers for each functionalities

    vishalkakadiya committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    11d45ce View commit details
    Browse the repository at this point in the history
  5. Split reducers/slices into multiple files

    vishalkakadiya committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e386bdb View commit details
    Browse the repository at this point in the history
  6. Remove redux as it replaced with reduxjs/toolkit

    vishalkakadiya committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a643007 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into feature/redux-toolkit

    vishalkakadiya committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    26a9a33 View commit details
    Browse the repository at this point in the history