Guest User

Untitled

a guest
Feb 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import useAppReducer from 'Hooks/useAppReducer'
  2.  
  3. export default function Foo () {
  4. const [state, dispatch] = useAppReducer()
  5. // can read state or dispatch action to appReducer
  6. return (
  7. ...
  8. )
  9. }
Add Comment
Please, Sign In to add comment