itsmekathi / aayud.todos.frontend

Aayud todos frontend
0 stars 0 forks source link

State Management #4

Open itsmekathi opened 2 months ago

itsmekathi commented 2 months ago

Task: Implement state management using React hooks (useState, useEffect). Acceptance Criteria: State and lifecycle methods are managed using hooks without class components. State updates and fetches do not cause unnecessary re-renders.

itsmekathi commented 2 months ago

implemented as per commit