tracked-instance 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# Tracked instance
|
|
1
2
|
<a href="https://www.npmjs.com/package/tracked-instance"><img src="https://img.shields.io/npm/v/tracked-instance.svg?sanitize=true" alt="Version"></a>
|
|
2
3
|
|
|
3
4
|
# 🚀 Features
|
|
@@ -10,6 +11,7 @@
|
|
|
10
11
|
Build large forms and send all requests in one take.
|
|
11
12
|
Combination of useTrackedInstance and useCollection can manage very large form with entities which deeply related each other.
|
|
12
13
|
You can control what data should be sent to the server so that only what has changed is sent.
|
|
14
|
+
Tracked instance is not so much about managing forms, but about building and optimizing queries.
|
|
13
15
|
|
|
14
16
|
# Install
|
|
15
17
|
> npm i tracked-instance
|