Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
Releases: barelyhuman/babel-plugin-mutable-react-state
Releases · barelyhuman/babel-plugin-mutable-react-state
v0.0.3
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.2
Changelog
f85e789 - supports arrow functions and self dependent updates
$a="hello";$a=$a.toUpperCase();// transforms tosetA(_prevState=>"hello");␊setA(_prevState2=>_prevState2.toUpperCase());␊
da30e8c - you can now use update expressions (++,--) for number state increments
$count++// transforms tosetCount(prevState=>prevState+1)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted