Sebastian Markbåge

Results 72 issues of 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...

CLA Signed
React Core Team

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`...

CLA Signed

***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...

CLA Signed

I don't really like this because it's less specific and more difficult to opt out of certain merges.

CLA Signed

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...

CLA Signed

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...

CLA Signed
React Core Team

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....

CLA Signed
React Core Team

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.

CLA Signed
React Core Team

These are ready to ship in stable.

CLA Signed
React Core Team

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....

CLA Signed
React Core Team