@fireproof/core 0.17.7 → 0.17.9
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/dist/browser/fireproof.global.js +8632 -6271
- package/dist/browser/fireproof.global.js.map +1 -1
- package/dist/browser/metafile-iife.json +1 -1
- package/dist/memory/fireproof.global.js +8632 -6271
- package/dist/memory/fireproof.global.js.map +1 -1
- package/dist/memory/metafile-iife.json +1 -1
- package/dist/node/fireproof.global.js +18193 -9599
- package/dist/node/fireproof.global.js.map +1 -1
- package/dist/node/metafile-iife.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -9,12 +9,12 @@
|
|
9
9
|
</a>
|
10
10
|
</p>
|
11
11
|
|
12
|
-
|
12
|
+
### No setup: write features first, access your data anywhere
|
13
13
|
|
14
|
-
|
14
|
+
Add collaboration to any app with Fireproof. Access data from JavaScript servers and edge functions. Use live queries to update your UI automatically when the database changes. [Connect realtime sync](https://www.npmjs.com/package/@fireproof/connect) and those changes will sync between browsers and backend functions. Apps built this way are multi-player by default.
|
15
15
|
|
16
16
|
|
17
|
-
### JavaScript
|
17
|
+
### JavaScript quick start
|
18
18
|
|
19
19
|
The document database API will feel familiar. Queries use dynamic indexes, and the database can refresh your UI, as seen in the `db.subscribe` call below, as well as the React liveQuery hook.
|
20
20
|
|
@@ -37,7 +37,7 @@ await db.put(beyonceDoc)
|
|
37
37
|
|
38
38
|
Jump to the docs site [for JavaScript API basics.](https://use-fireproof.com/docs/database-api/basics)
|
39
39
|
|
40
|
-
### Live
|
40
|
+
### Live data hooks for React
|
41
41
|
|
42
42
|
Fireproof [React hooks for live data](https://use-fireproof.com/docs/category/react-hooks) avoid boilerplate and make building collaborative apps a breeze.
|
43
43
|
|
@@ -61,7 +61,7 @@ Compared to other embedded databases, Fireproof:
|
|
61
61
|
|
62
62
|
Deliver interactive experiences without waiting on the backend. Fireproof runs in any cloud, browser, or edge environment, so your application can access data anywhere.
|
63
63
|
|
64
|
-
[Get the latest updates on our blog](https://fireproof.storage/blog/) or join our [Discord](https://discord.gg/cCryrNHePH) to collaborate. Read the docs to learn more about the database [architecture](https://use-fireproof.com/docs/architecture).
|
64
|
+
[Get the latest roadmap updates on our blog](https://fireproof.storage/blog/) or join our [Discord](https://discord.gg/cCryrNHePH) to collaborate. Read the docs to learn more about the database [architecture](https://use-fireproof.com/docs/architecture).
|
65
65
|
|
66
66
|
### Use cases
|
67
67
|
|