reading-notes

Reading: useState() Hook

Thinking in React

State: A Component’s Memory

Bookmark and Review

Reflection

After reading and reviewing the class README, my learning goals include mastering the useState() hook for managing component state effectively, understanding how to lift state up in React component hierarchies, and practicing the thinking process in React to build scalable and maintainable UIs.