Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Translate Hooks API Reference #127

Open
22 of 23 tasks
Bunlong opened this issue Mar 24, 2020 · 0 comments
Open
22 of 23 tasks

Translate Hooks API Reference #127

Bunlong opened this issue Mar 24, 2020 · 0 comments
Assignees

Comments

@Bunlong
Copy link
Contributor

Bunlong commented Mar 24, 2020

DONE

  • Hooks API Reference
  • Basic Hooks
    • useState
      • Functional updates
      • Lazy initial state
      • Bailing out of a state update
    • useEffect
      • Cleaning up an effect
      • Timing of effects
      • Conditionally firing an effect
    • useContext
      • Putting it together with Context.Provider
  • Additional Hooks
    • useReducer
      • Specifying the initial state
      • Lazy initialization
      • Bailing out of a dispatch
    • useCallback
    • useMemo
    • useRef
    • useImperativeHandle
    • useLayoutEffect
    • useDebugValue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant