Or are Kucoin having problem?
Do I need to change node in order to have staking available? It says "Staking not detected"
What if I want a store which is an array with multiple objects in it, where each object is it's own store? Is that possible? Like ships[0].setName('My ship') and ships[0].name...
Yes, but a derived store can only be triggered by the original store - not always what I want. A custom store is nice, but it's always one value per store? Id like like age, n...
Or could you create an ordinary JS object and create stores for different parts of the object maybe?
What defines a mutation? Like I DO change the values in the object inside the array.
But I can create subscribers and change one store with the value from another store?
Can a derived store has it's own value that doesn't depend on the parent store?
Any example so I understand?