mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Session is now literally one line. Apps and packages can declare their own private “session-like” ReactiveDicts that are migrated, as long as they choose unique names. The `Foo = new ReactiveDict(“foo”)` pattern is reminiscent of Collections.