Enforce NO STATE on components
Open
@krowvin is already working on this.
Since Aug 18, 2025.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Create a PR for a major bump that walks through every existing component and
- Makes sure props is passed in
- Docs are updated to express this
- Existing useState/useEffect/etc are removed from all components
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.