steamnp / bfs45

0 stars 0 forks source link

[ Menda and Nirjala ] Global State Management #35

Open Sabita9818 opened 4 months ago

Sabita9818 commented 4 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

Nirjala123 commented 4 months ago

https://github.com/steamnp/bfs45/tree/nirjala-global-state-management-task1

https://github.com/steamnp/bfs45/tree/nirjala-rtk-pokemon