Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
22 stars 153 forks source link

Optimize API with redux toolkit #492

Open arpit01923 opened 1 year ago

arpit01923 commented 1 year ago

Description -

  1. Instead of calling API in useContext, will add API to redux toolkit which do not make unnecessary calls and make it optimized.
  2. Also have to follow TDD approach

image

bajajcodes commented 1 year ago

@arpit01923 add more description to the issue, and also make sure TDD is followed.