React JSReact Hook Section 6: Tic Tac ToeTic Tac Toe This exercise is just to give you more practice with useState and useEffect . For the…Daniel NguyenMay 16, 2025 2 min
React JSReact Hook Section 5: Unique IDsUnique IDs To build accessible forms, you need to ensure that each input element has a globally…Daniel NguyenMay 15, 2025 1 min
React JSReact Hooks 4: DOM Side-EffectsDOM Side-Effects Often when working with React you'll need to interact with the DOM directly. You…Daniel NguyenMay 14, 2025 4 min
React JSReact Hooks 3: Lifting StateLifting State A common question from React beginners is how to share state between two sibling…Daniel NguyenMay 13, 2025 2 min
React JSReact Hooks 2: Side-EffectsSide-Effects useEffect is a built-in hook that allows you to run some custom code after React…Daniel NguyenMay 12, 2025 4 min
React JSReact Hooks 1: Managing UI StateManaging UI State Dynamic applications allow users to interact and make changes to what they see on…Daniel NguyenMay 11, 2025 4 min