DEV Community

Discussion on: ⚗️ React Redux CRUD app for beginners [with Hooks]

Collapse
 
manojwebexpert2 profile image
Manoj Agarwal

Which one easy to use and best with less code
React Redux
React Redux hooks
Or Context Api

Collapse
 
coderamrin profile image
Amrin

that depends on the project you are building. if it's a small app you can use Context API, if it's a big large scale app you can use Redux, or redux toolkit.