КОМЕНТАРІ •

  • @vspoke9150
    @vspoke9150 11 місяців тому +5

    I like the video, the only think I did not like is that it really did not explain why we need redux, just that It gives rules to getting the context. I really understood context btw, thank you

  • @DesignsbyBlanc
    @DesignsbyBlanc 20 днів тому

    I love this explanation!!!

  • @bibimathew6381
    @bibimathew6381 Місяць тому

    This was super helpful. I really enjoyed the visual explanation which made it so much more easier for me to understand the concept. Thank you!

  • @John-xx8lw
    @John-xx8lw 8 місяців тому

    Can’t you accomplish this with the useReducer hook + context? The useReducer hook allows us to define “rules” the same way?

  • @CatBind
    @CatBind 8 місяців тому +3

    from this video I really do not understand.... why do I need redux? What is it, and why is it superior to context?

    • @vizzyMcExee
      @vizzyMcExee 3 місяці тому +1

      That's the thing! You don't "technically". Redux is a different implementation of context that scales better into larger applications where you have dozens or so of components that are accessing the same state. The reasoning is because redux rules for accessing that state can be changed per component. Context does not have that sort of flexibility. In small apps context is fine. In big apps state management systems are preferable

    • @cguser
      @cguser 6 днів тому

      he almost convince me but like why? how does redux works better with rules? he didn't elaborate and give example how redux is used and then he end the video... whyyyyyyyy