Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 472 Bytes

observePlugin.md

File metadata and controls

11 lines (6 loc) · 472 Bytes

observePlugin

Fork of store.js observe plugin which doesn't immediately invoke callback upon observing

Original source

See the original source from Store.js here.

Motivation

Store.js does a strange thing where it automatically invokes the onNext callback when observing a key in the store. This fork does not do that, preventing some quirky behavior.