Mukul Pretham
Mukul Pretham

Reputation: 7

React redux is too complex

I have just leaned react redux, at first it looked simple but implementing is whole other story. I just started React and took like 2 weeks to get grasp of basics like components, states, hooks(useState,useEffect,useRef,useContext,useCallback,useMemo) also learned react-hook-form(so helpful). This react redux is last topic in my react leaning journey. Just wondering if there is no use of redux unless we are building big application, other than that I can manage by passing props and sometime useContext.What should I do do all projects using react redux or just continue with props and useContext.

I tried implementing a shopping cart and that is a small project and i think react-redux is unessaary.

Upvotes: -1

Views: 32

Answers (0)

Related Questions