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

Refactor AppStore to Zustand #1076

Open
MinhxNguyen7 opened this issue Dec 11, 2024 · 0 comments
Open

Refactor AppStore to Zustand #1076

MinhxNguyen7 opened this issue Dec 11, 2024 · 0 comments
Labels
codefix Refactoring or improving the codebase

Comments

@MinhxNguyen7
Copy link
Member

Description

  • Right now AppStore is a massive EventEmitter, which is not typesafe and quite difficult to use/debug. It's also very inconvenient, manual, and prone to memory leakage (if you don't remove the event listeners).
  • It should be split up into Zustand stores, which will be reactive, usable with Intellisense, and easier to read and maintain.
@MinhxNguyen7 MinhxNguyen7 added the codefix Refactoring or improving the codebase label Dec 11, 2024
@github-project-automation github-project-automation bot moved this to Backlog 🥱 in AntAlmanac Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codefix Refactoring or improving the codebase
Projects
Status: Backlog 🥱
Development

No branches or pull requests

1 participant