Computed getter for store?
I see I have two ways computed getter for store.
1. Using 'get' inside store.
2. Creating function outside store like I did for signal.
What's better approach?
1. Using 'get' inside store.
2. Creating function outside store like I did for signal.
What's better approach?

