gbowne1 / codebooker

This is a book recommendation app created with React 18.2 and MUI for coders/programmers looking for reccomendations to books on programming/coding to read
MIT License
32 stars 57 forks source link

Redux-Toolkit Init? #96

Closed LOGESH-B closed 1 year ago

LOGESH-B commented 1 year ago

Implementation of the Redux-Toolkit solves the major thing in the Frontend.Makes Frontend flow to next level

Any Comments? I am asking this question because we are not having that much nested components

gbowne1 commented 1 year ago

I think we should just use useReducer, Context API, etc. and custom hooks and make use of what react gives us out of the box before we add more stuff to the project especially when theres still quite a bit to add.

Oh and this is better as a discussion in Discussion tab

If it turns out we need more stuff then am happy implementing redux and react-redux