You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
AppStore
is a massiveEventEmitter
, 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).The text was updated successfully, but these errors were encountered: