MobX Recipes
  • Introduction
  • Observable vs @observable
  • Auto-save
  • Use extendObservable sparingly
  • Use observables instead of state in React components
  • Computed properties without @computed
  • Use computed.struct for computed objects
  • Observable-based routing
  • Be aware of short-circuited code in reactions
Powered by GitBook
On this page

Was this helpful?

Introduction

NextObservable vs @observable

Last updated 4 years ago

Was this helpful?

A collection of lessons learned and useful patterns using

https://mobx.js.org/