5
navitas
6y

Been trying to get my head around redux for a while now. Am I just too dumb?

Comments
  • 4
    Dont get frustrated, i know a few people that took their time understanding redux.
    To help you get the hang of it you could try the redux-browser-addon, it helps you track the changes, see the action-history and allows you to undo and redo actions.
    If everything fails i recommend you to read the vuex-tutorial. Vuex is vuejs's version of redux and is similar in many ways. Maybe you'll learn some concepts that way and can transfer them to redux
  • 0
  • 1
    We use mobx. You don't need to understand any concept. It always work
  • 0
    Confusing at first.
    Then you realise it's a giant loop.
    Suddenly it's easy.

    Takes a week or two, though ~
  • 0
    @sunfishcc Many months have passed and I finally switched to Mobx.
Add Comment