Skip to content
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

Open
LPGhatguy opened this issue May 3, 2019 · 0 comments · May be fixed by #242
Open

Make StatefulComponent:render accept props and state as arguments #199

LPGhatguy opened this issue May 3, 2019 · 0 comments · May be fixed by #242
Labels
feature: idea Proposed feature, but not on the roadmap.

Comments

@LPGhatguy
Copy link
Contributor

This is something that Preact does, but React doesn't. It helps reduce the number of times we need to refer to self.props and self.state and replaces them with just props and state.

@LPGhatguy LPGhatguy added the feature: idea Proposed feature, but not on the roadmap. label May 3, 2019
Kampfkarren added a commit to Kampfkarren/roact that referenced this issue Oct 9, 2019
@Kampfkarren Kampfkarren linked a pull request Oct 9, 2019 that will close this issue
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature: idea Proposed feature, but not on the roadmap.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant