steamnp / bfs45

0 stars 0 forks source link

[ Nima and Satshree ] Global State Management #34

Open Sabita9818 opened 6 months ago

Sabita9818 commented 6 months ago

Task 1: Use createSlice from redux toolkit

Create three button Increment, Decrement, Increment by 5

Initial count value should be 0

https://redux-toolkit.js.org/tutorials/typescript

Task 2: Use RTK (createApi from redux toolkit)

Display first 20 Pokemon in home page

When any Pokemon is clicked, display detail of that Pokemon

https://redux-toolkit.js.org/tutorials/rtk-query

satshree commented 6 months ago

https://github.com/steamnp/bfs45/tree/satshree-ts

sherpa2025 commented 6 months ago

Task 1: Counter https://github.com/steamnp/bfs45/tree/nima-task1-counter

Task 2: Pokemon with RTK Query https://github.com/steamnp/bfs45/tree/nima-rtk-pokemon