Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harryadel/session
https://github.com/harryadel/session
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harryadel/session
- Owner: harryadel
- Created: 2021-03-31T11:59:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T19:24:40.000Z (over 3 years ago)
- Last Synced: 2024-10-02T08:51:05.923Z (about 1 month ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# session
[Source code of released version](https://github.com/meteor/meteor/tree/master/packages/session) | [Source code of development version](https://github.com/meteor/meteor/tree/devel/packages/session)
***This package provide `Session`. `Session` is a special
[ReactiveDict](https://atmospherejs.com/meteor/reactive-dict) whose
contents are preserved across Hot Code Push. It's usually used to
store the current state of the user interface, for example, the
currently selected row in a table, ora flag indicating if a dialog box
is open.Full documentation of `Session` can be found on the [main Meteor docs
page](https://docs.meteor.com/#session).## Future work
Unify with [reactive-dict](https://atmospherejs.com/meteor/reactive-dict).