issues
search
MJSuttles
/
INDIVIDUAL-ASSESSMENT-vocab-YOU-lary
0
stars
0
forks
source link
State Management
#54
Open
MJSuttles
opened
1 month ago
MJSuttles
commented
1 month ago
[x] Use useState for managing form inputs and component state.
[x] Ensure state is updated properly when forms are filled or events occur.
[x] Manage global or shared state using Context API or props drilling.