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

Set Up Redux ToolKit #33

Closed
wants to merge 2 commits into from
Closed

Set Up Redux ToolKit #33

wants to merge 2 commits into from

Conversation

13XAVI
Copy link
Contributor

@13XAVI 13XAVI commented Jun 20, 2024

User Story: Set Up Frontend Project

Overview

As a Frontend Developer, I want to set up a new frontend project with a well-structured foundation, so that it can be easily developed and maintained by the team.

Acceptance Criteria

  • Redux Toolkit is configured to manage the application's state efficiently.

Completed Task Checklist

  • Configure Redux Toolkit

By following these tasks and verifying the acceptance criteria, the frontend project will have a solid foundation, making it easier to develop and maintain.

@13XAVI 13XAVI linked an issue Jun 20, 2024 that may be closed by this pull request
3 tasks
Copy link

vercel bot commented Jun 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dynamites-ecomm-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 8:47am

Copy link
Contributor

@wayneleon1 wayneleon1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

add some changes
.eslintrc.cjs Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why have you changed this file?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the use of this file in configuring redux?

src/index.css Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why have you changed this file while setting up redux?

src/main.tsx Outdated
<React.StrictMode>
<App />
</React.StrictMode>
<Provider store={store}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exchange lines 10 and 9.
ie: Line 10 should come first on line 9 and line 9 should be on line 10.
example:
<React.StrictMode> <Provider store={store}> <App /> </Provider> </React.StrictMode>

@13XAVI 13XAVI changed the title pre setup Project Cofiguring ReduxProject Jun 21, 2024
@13XAVI 13XAVI changed the title Cofiguring ReduxProject Set Up Redux ToolKit Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ch: Setup Project Redux
4 participants