Local Store Improvements #420
Labels
enhancement
New feature or request
good first issue
Good for newcomers
refactoring
Something that is good to change
Milestone
We should either migrate to some solution from the internet or improve current one. Problem with current one when you take basically any
value
from the store it will rerender everyone who is subscribed to it. One of the possible solutions here to move which field you wanna take from the store to the store hook -useStore(state => state.activeCluster)
. It will prevent rerendering for others, because it knows to what it subscribe to.The text was updated successfully, but these errors were encountered: