mobxjs/mobx
 Watch   
 Star   
 Fork   
2026-06-08 19:35:10
mobx

mobx@6.16.1

Patch Changes

2026-06-04 01:38:28
mobx

mobx@6.16.0

Minor Changes

  • 6b3fb0ee725c0521bbaf7ba901a30261472a0e71 #4639 Thanks @ashishkr96! - feat(mobx): make the 2022.3 @computed decorator lazy. ComputedValue is now created on first read of the decorated getter rather than eagerly during instance construction, avoiding wasted allocations for getters that are never used. On a 50k-instance × 10-getter class with one read per instance this cuts construction heap by ~50% and construction time by ~25%; the steady-state read path is unchanged. Closes #4616.

  • f0c68749428fd4d3bba48e9685e44fd1ddbbee76 #4658 Thanks @ashishkr96! - feat(mobx): make the 2022.3 @observable accessor decorator lazy. ObservableValue is now created on first read/write/observe of the decorated accessor rather than eagerly during instance construction, avoiding wasted allocations for fields that are never touched. On a 50k-instance × 10-field class with sparse access (1 of 10 fields read per instance), this cuts construction heap by ~82% and construction time by ~86% versus the eager path. Follow-up to #4639.

Patch Changes

2026-06-04 01:38:28
mobx

mobx-undecorate@1.3.1

Patch Changes

2026-05-25 15:52:58
mobx

mobx-react@9.2.2

Patch Changes

2026-05-25 00:42:03
mobx

mobx@6.15.4

Patch Changes

2026-05-07 17:11:25
mobx

mobx@6.15.3

Patch Changes

2026-05-06 14:33:39
mobx

mobx@6.15.2

Patch Changes

2026-05-04 22:30:57
mobx

mobx@6.15.1

Patch Changes

2025-03-18 03:55:38
mobx

mobx@6.13.7

Patch Changes

2025-01-31 03:24:30
mobx

mobx@6.13.6

Patch Changes