News

We should also accept callback handler without curly braces Foo { // Proposed syntax something-happened => debug( "something happened" ); } This was discussed in relation to #7813 ...
React hook which returns the latest callback without changing the reference. This is useful for scenarios such as event listeners where you may not want to resubscribe when the callback changes.