Sebastian Markbåge
Sebastian Markbåge
This follows the same principle as in #28611. We cannot serialize Blobs of a form data into HTML because you can't initialize a file input to some value. However the...
This proposal simplifies how React.createElement works and ultimately lets us remove the need for forwardRef. - Deprecate "module pattern" components. - Deprecate defaultProps on function components. - Deprecate spreading `key`...
***This is just an idea and not likely to land any time soon.*** ## Summary This is an alternative idea to useMutationEffect that was originally part of the hooks RFC...
I don't really like this because it's less specific and more difficult to opt out of certain merges.
className : string -> classList : array Objects and arrays could use an implicit ... identifier for deep updates. It's not yet clear how a deep update strategy would work...
Stacked on #28997. We can use the technique of referencing an object by its row + property name path for temporary references - like we do for deduping. That way...
Instead of forcing an object to be outlined to be able to refer to it later we can refer to it by the property path inside another parent object. E.g....
Uses the same technique as in #28996 to encode references to already emitted objects. This now means that Reply can support cyclic objects too for parity.
These are ready to ship in stable.
This is necessary to simplify the component stack handling to make way for owner stacks. It also solves some hacks that we used to have but don't quite make sense....