October 2019
Intermediate to advanced
426 pages
11h 49m
English
For the TodoFilter component, we are going to use a similar process to the one that we used for the TodoList component. We are going to use our useTodoStore Hook and the useObserver Hook.
Let's use Hooks for the TodoFilter component now:
import { inject, observer } from 'mobx-react'
import { useObserver } from 'mobx-react'import { useTodoStore } from './hooks'
Read now
Unlock full access