Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 507 Bytes

ts-react-hooks-tools

A toolkit that provides a series of refactoring tools for React hooks. Build with ❤️.

Install

Motivation

  • Wrap expression into React.useMemo()
  • Wrap function like into React.useCallback()
  • Detect dependencies and constants automatic.

Usages

Summary