rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes to React

Results 52 rfcs issues
Sort by recently updated
recently updated
newest added

## [View Rendered Text](https://github.com/gnoff/rfcs/blob/context-selectors/text/0000-context-selectors.md) This RFC describes a new API, currently envisioned as a new hook, for allowing users to make a selection from a context value instead of the...

CLA Signed

## Summary I would like to add a single function which allows sharing data between components with hooks. This could be used instead of Context API when scoping or cascading...

CLA Signed

This RFC related to: - `useIsolation` in https://github.com/reactjs/rfcs/issues/168, - `useContextSelector` in https://github.com/reactjs/rfcs/pull/119. This is about performance & memoization [**>>> View rendered text

CLA Signed

In this RFC, we propose adding the Transition Tracing API to React. ### [View RFC](https://github.com/reactjs/rfcs/blob/transition-tracing/text/0235-transition-tracing.md)

CLA Signed
react core team

In this RFC, we propose a way to support Slots pattern in React [View formatted RFC](https://github.com/nihgwu/rfcs/blob/neo/slots/text/0000-slots.md) [Here is a demo](https://codesandbox.io/s/long-hill-os6msf?file=/src/App.js) how it would work I implemented with `react-call-return` in 10...

CLA Signed

This RFC proposes a built-in way from react to implement custom events. It is related to [RFC: Event Target](https://github.com/reactjs/rfcs/pull/246) The formatted RFC is [here](https://github.com/GeorgeTaveras1231/react-rfcs/blob/main/text/0000-custom-events.md)

CLA Signed

This RFC proposes making React components more web-like by defining a `dispatchEvent` and `addEventListener` prop in every React component, and a `useEventTarget` hook to use them. [View formatted RFC](https://github.com/Symbitic/rfcs/blob/dispatchevent-prop/text/0000-eventtarget-prop.md)

CLA Signed

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

https://github.com/reactjs/rfcs/blob/7f8492f6a177fc33fe807d242319f2f96353bf68/text/0188-server-components.md?plain=1#L334C163-L334C170