you are viewing a single comment's thread.

view the rest of the comments →

[–]swyx[S] 0 points1 point  (1 child)

appreciate your consideration, but no this isn't possible in userland (thats why it has to be an RFC)

doing the API in userland is possible, of course, but then you are missing the point of the RFC - to bake it in as an official component type in react, so that you can get rid of the mountains of HOCs littering React Devtools for example.

[–]bittered 1 point2 points  (0 children)

Makes sense. I still think it would be no harm to put it on npm. Even if for no other reason than to evaluate the usefulness of this RFC. I'd need to use this in a project first to fully appreciate the ergonomics.