This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Make StatefulComponent:render accept props and state as arguments #199
Labels
feature: idea
Proposed feature, but not on the roadmap.
This is something that Preact does, but React doesn't. It helps reduce the number of times we need to refer to
self.props
andself.state
and replaces them with justprops
andstate
.The text was updated successfully, but these errors were encountered: