October 2019
Intermediate to advanced
426 pages
11h 49m
English
Next, we are going to upgrade our TodoList component. Additionally, we are also going to use the useObserver Hook, which replaces the observer higher-order component.
Let's use Hooks for the TodoList component now:
import { inject, observer } from 'mobx-react'
import { useObserver } from 'mobx-react'import { useTodoStore } from './hooks'
export default function ...
Read now
Unlock full access