Skip to content

Commit da95951

Browse files
Add info about storing references, not strings
1 parent f613276 commit da95951

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ $ meteor add jagi:reactive-map
1919

2020
## Usage
2121

22+
All methods are reactive. Values are stored in the original form, so you can also store functions and objects with functions. Objects are stored as references.
23+
2224
```js
2325
var map = new ReactiveMap();
2426

0 commit comments

Comments
 (0)