@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 CHANGED
@@ -9,12 +9,12 @@
9
9
  </a>
10
10
  </p>
11
11
 
12
- Add collaboration to any app with Fireproof. Live queries update your UI automatically when the database changes, and realtime sync means those changes can come from local or remote writers.
12
+ ### No setup: write features first, access your data anywhere
13
13
 
14
- The database can be embedded in your browser, server, or edge function, and syncs using any cloud, with [connectors for popular backend services like AWS, Netlify, and PartyKit.](https://www.npmjs.com/package/@fireproof/connect)
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 Example
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 React Hooks
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