2021-09-01
- 🌟 Compare the state twice when updating the state.
- 🛠 Improve the type definition.
2021-07-08
- 🐛 Fixed state cannot be updated after being used multiple times.
- 🛠 Repair setState function parameter type definition.
2021-07-01
- 🌟 Initialize the library.
- 🌟 Support three APIs,
useState
setState
dispatch
.