Provide a safe way to store state per item
Open
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently using state hooks will result in state being shared across recycled elements.
You can verify this in the Progressive CSS Sample by clicking on a header to expand it and then scrolling down and seeing recycled headers inherit that state.
Contributor guide
Assessment
This issue has not been assessed yet.