This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Observer free code path for state #136
Open
Description
From @wied03 on March 25, 2016 21:17
For those of us that use the GrandCentral/Redux approach and keep most state outside the component, we don't want to hit any Observable
code for any incidental state calls. I'm assuming that any Observable code remains light to keep file sizes down.
Copied from original issue: zetachang/react.rb#136