Fork me on GitHub
#mount
<
2018-12-02
>
Logan Powell14:12:40

👋 Hi everyone! I'm trying to keep some state "alive" across calls in JS land. In this (abreviated) example, I'm trying to cache the last value, which works when I'm in the REPL/development, but when I release compiled js (on NPM) and import it, it never hits the cache... is this a case for mount?