rfcs
rfcs copied to clipboard
RFCs for changes to React
[View formatted RFC](https://github.com/dantman/rfcs/blob/reparenting/text/0000-reparenting.md) Terminology and naming for the `createReparent` function are up for discussion.
An Object Oriented handler hook. As alternative (not to replace) to useReducer hook. This is a RFC to ask for help on its implementation [view RFC](https://github.com/ksoze84/rfcs/blob/main/text/0000-handler-object-hook.md)
This RFC proposes adding a cleanup functionality to Callback Refs. See [the issue this was discussed](https://github.com/facebook/react/issues/15176) for more context. ### [View the formatted RFC](https://github.com/KurtGokhan/rfcs/blob/main/text/0000-callback-ref-cleanup.md)
Full text [here](https://github.com/mismosmi/rfcs/blob/d9ce3ca984a1ec550f98269ad4133864f20c5a72/README.md) - Start Date: 2022-08-26 - RFC PR: (leave this empty) - React Issue: (leave this empty) # Summary React should accept promises as props and text nodes...
Fixes a minor typo for "boundary" and other things in the server module conventions RFC. Sorry if annoying, feel free to close! Just wanted to help represent the high quality...
This RFC aim to invalidate the previous functions returned from useCallback as a way to prevent state functions from being invoked. `useCallback`s return functions are usually used as a way...
***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...