Deconeuro-Lab / Deconeuro-Lab/last-app
Investigate ways to store the current test/subtest state more elegantly
Open
frontend
refactor
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Libraries such as React’s Context API allow us to manage global application state (in this case for subtests) in our app without deep nesting of props (which we're currently doing).
Using global state for subtests will simplify data passing/storing, making our app less prone to bugs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.