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

feat: Add Redux store configuration and files reducer #8

Merged
merged 2 commits into from
Jul 14, 2024

Conversation

yogeshhrathod
Copy link
Owner

  • Added a new file store.ts to configure the Redux store using @reduxjs/toolkit.
  • Imported and added the filesReducer to the store's reducer.
  • Updated the index.tsx file to wrap the App component with the Provider from react-redux and pass the store as a prop.

- Added a new file `store.ts` to configure the Redux store using `@reduxjs/toolkit`.
- Imported and added the `filesReducer` to the store's reducer.
- Updated the `index.tsx` file to wrap the `App` component with the `Provider` from `react-redux` and pass the `store` as a prop.
@yogeshhrathod yogeshhrathod self-assigned this Jul 14, 2024
@yogeshhrathod yogeshhrathod merged commit 3a53721 into master Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant