MobX: Performance and Sanity - Adam Klein @ ReactNYC

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • The 2 major challenges for frontend apps these days are maintaining a sane architecture, and good performance.
    MobX introduces a very productive way to manage a reactive state with a single source of truth, using plain objects and decorators.
    This talk will introduce the idea and concept behind MobX, and how it can completely turn your web development process around.
    CONTENTS
    3:00 - Intro
    0:38 - Redux vs MobX?
    1:18 - Why Redux
    2:17 - Introducing MobX
    3:18 - MobX state tree
    3:45 - Tool for Making Objects Reactive
    3:52 - Reaction
    5:13 - Under the hood
    6:28 - Duplicate State
    6:53 - Computed Value
    7:27 - Async Operations
    7:56 - MobX and React
    9:24 - DEMO Shopping Cart
    17:42 - Shameless Promotion
    18:59 - Questions: IDE preference?
    19:26 - Question: Startup time and performance of MobX?
    19:59 - Question: Does MobX use 2-way binding?
  • НаукаНаука

Комментарии • 1

  • @CoryMcaboy
    @CoryMcaboy 5 лет назад

    Really informative talk. Thank you so much.