0.1.0-beta.1 • Published 2 years ago

@sppk/antd v0.1.0-beta.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

React practice

Write some components to study usage of react.

implement following components:

  • Input
  • AutoComplete
  • Menu
  • Form
  • Tree
  • UpPullRefresh/DownPullMore
  • VirtualList

And implement following simple but useful custom hooks:

  • useUpdate
  • useUpdateEffect
  • useGetSet
  • useGetSetState

build

document

Experience

  • useEffect always trigger after component first render, event pass dependencies array to it

Reference resource