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

chore(frontend): setup redux for state management #70

Merged
merged 2 commits into from Mar 19, 2024

Conversation

xamdoo
Copy link
Contributor

@xamdoo xamdoo commented Mar 16, 2024

What change does this PR introduce?

This PR sets up Redux Toolkit for state management in the frontend.

Why was this change needed?

It allows for centralized state updates and simplifies access to state information from components.

Other information (screenshots)

Checklist

  • 📝 I have reviewed my code prior to submission
  • ❔ Issue number has been linked (if applicable)
  • 🧪 Tests have been added or updated (if applicable)
  • 📖 Documentation has been updated (if applicable)
  • 📸 Screenshots added (if applicable)

@xamdoo xamdoo linked an issue Mar 16, 2024 that may be closed by this pull request
@xamdoo xamdoo self-assigned this Mar 16, 2024
@xamdoo xamdoo added the ⚙️ setup This sets up new infrastructure or technologies label Mar 16, 2024
CeeJayyy007
CeeJayyy007 previously approved these changes Mar 17, 2024
Copy link
Contributor

@CeeJayyy007 CeeJayyy007 left a comment

Choose a reason for hiding this comment

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

lgtm!

packages/frontend/src/lib/store.ts Outdated Show resolved Hide resolved
@RickyC0626 RickyC0626 changed the title chore(frontend): initial setup of redux chore(frontend): setup redux for state management Mar 19, 2024
@RickyC0626 RickyC0626 merged commit 07138ce into dev Mar 19, 2024
5 checks passed
@RickyC0626 RickyC0626 deleted the gh-66/setup-redux-toolkit branch March 19, 2024 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ setup This sets up new infrastructure or technologies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

⚙️ Setup: Redux Toolkit in frontend/ for state management
3 participants