@rbxts/crate
v0.0.5
Published
A tiny state manager for roblox-ts.
Downloads
22
Readme
About
@rbxts/crate
is a small, smart, and easy to use state system for roblox-ts.
Install
npm i @rbxts/crate
Updates
v0.0.5
- Added second parameter to copy object passed to
.update()
. #1 - Fixed issue with equality check on update. #3
v0.0.4
- Fixed
.get()
type issue with key.
v0.0.3
- Internal state is fully immutable.
- Removed
reset()
method. onUpdate()
callback is no longer invoked if the state doesn't truly change.- Type fixes.