use-transition-state
Version:
useTransition + useState = useTransitionState
20 lines (10 loc) • 809 B
Markdown
# use-transition-state
## 0.0.3
### Patch Changes
- [`aa7d834`](https://github.com/wellyshen/use-transition-state/commit/aa7d8349cae1e4c6763f3067c40d9099774d36d3) Thanks [@wellyshen](https://github.com/wellyshen)! - docs(readme): update announcement and basic example
## 0.0.2
### Patch Changes
- [#4](https://github.com/wellyshen/use-transition-state/pull/4) [`f9c227f`](https://github.com/wellyshen/use-transition-state/commit/f9c227fb15c5fb7f70add62a2b3cb359de428002) Thanks [@wellyshen](https://github.com/wellyshen)! - refactor: use options for `timeoutMs` parameter
## 0.0.1
### Patch Changes
- [`71443b0`](https://github.com/wellyshen/use-transition-state/commit/71443b060ea5c6fd4d732ea1a0b9dab607272f12) Thanks [@wellyshen](https://github.com/wellyshen)! - docs(readme): update basic example