tinystate icon indicating copy to clipboard operation
tinystate copied to clipboard

Named setState() calls

Open sebholstein opened this issue 6 years ago • 0 comments

Could be useful for Redux Devtools / debugging:

setState({stateFn: (s) => ({count: s.count + 1}), action: 'incrementCount'});

sebholstein avatar Mar 07 '18 21:03 sebholstein