useAppSelector
Access to the store and return the processed value you want
const counter = useAppSelector((store) => store.counter.get())
Access to the store and return the processed value you want
const counter = useAppSelector((store) => store.counter.get())