hardReact

Optimized Todo List with Memoization

Build a todo list optimized using React.memo and useCallback to prevent unnecessary re-renders.
Ensure function signatures match starter code to run test cases.
index.js
Loading...

Test Case #1

Input: add todo

Expected: minimal re-render

Solve Optimized Todo List with Memoization | Algorithmic Interview Drill