Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: barelyhuman/babel-plugin-mutable-react-state

v0.0.3

02 Jan 23:49

Choose a tag to compare

No changes

just updated docs and hence the release

Assets2
Loading

v0.0.2

02 Jan 12:21

Choose a tag to compare

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)
Loading
NzakiCodes reacted with thumbs up emojiorenelbaum and NzakiCodes reacted with hooray emojiorenelbaum and NzakiCodes reacted with rocket emoji
2 people reacted

v0.0.1

16 Dec 03:16

Choose a tag to compare

bacb536 - Adds support for arrow function definitions
de8d33b - Limited transformation to just scope's of function defintion
b8be49c - Refactor to a babel plugin
0166302 - intitial commit

Loading

[8]ページ先頭

©2009-2025 Movatter.jp