Introduction
Getters let you create values that update automatically when your store data changes. They help keep your app data organized and easy to use.
You want to show a total count based on items in your store.
You need to filter a list of products by category stored in your state.
You want to combine multiple pieces of store data into one value.
You want to avoid repeating the same calculation in many components.