Skip to content

feat: Upgrades to Redux Toolkit#384

Merged
tuliomir merged 20 commits intomasterfrom
feat/redux-toolkit
Feb 20, 2025
Merged

feat: Upgrades to Redux Toolkit#384
tuliomir merged 20 commits intomasterfrom
feat/redux-toolkit

Conversation

@tuliomir
Copy link
Copy Markdown
Contributor

@tuliomir tuliomir commented Feb 6, 2025

This PR upgrades the Redux version of this application from v4 to v5, but instead of keeping it a direct dependency, replaces it with @reduxjs/toolkit, as strongly recommended by the Redux docs.

A similar PR was done for the desktop wallet recently.

Acceptance Criteria

  • Upgrades the Redux dependency
  • Refactors the actions and reducers code in line with the current recommendations for Redux
  • Removes a duplicate route on App.js

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@tuliomir tuliomir added the dependencies Pull requests that update a dependency file label Feb 6, 2025
@tuliomir tuliomir self-assigned this Feb 6, 2025
@tuliomir tuliomir requested a review from r4mmer as a code owner February 6, 2025 13:22
r4mmer
r4mmer previously approved these changes Feb 7, 2025
pedroferreira1
pedroferreira1 previously approved these changes Feb 18, 2025
Base automatically changed from feat/router-v6 to master February 19, 2025 22:05
@tuliomir tuliomir dismissed stale reviews from pedroferreira1 and r4mmer February 19, 2025 22:05

The base branch was changed.

@tuliomir tuliomir merged commit 0d9c4fe into master Feb 20, 2025
@tuliomir tuliomir deleted the feat/redux-toolkit branch February 20, 2025 16:34
@tuliomir tuliomir moved this from Waiting to be deployed to Done in Hathor Network Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants