React Context + useReducer - Still to this day my favorite way of managing global state in React, no extra dependencies, no learning curve, it’s all there built-in

  • CUFTA22@programming.devOPM
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    1 year ago

    Small to medium this can definitely work, large scale ( ex. Airbnb ) still works better with redux but i still see people misusing redux in smaller apps where you don’t really need it

    It’s not just redux people really like to overengineer stuff nowadays