Monsters Rolodex (React Hooks)
Sunday, May 17, 2026 at 8:02 PM | 1 min read
Last modified on Sunday, May 17, 2026 at 8:02 PM
I recently upgraded this project to React 18 using functional React components AND hooks. For state I use the useState hook, for side effects the useEffect Hook, and the useCallback hook to prevent infinite function calls to the function created to fetch the data from the JSONPlaceholder API.
