Skip to main content
Version: v1.x.x

useAppSelector

Access to the store and return the processed value you want

  const counter = useAppSelector((store) => store.counter.get())