@instantdb/react
TypeScript icon, indicating that this package has built-in type declarations

0.14.23 • Public • Published

Shows the Instant logo

@instantdb/react

stars

Get Started · Examples · Try the Demo · Docs · Discord

Welcome to Instant's React SDK.

// ༼ つ ◕_◕ ༽つ Real-time Chat
// ----------------------------------
// * Updates instantly
// * Multiplayer
// * Works offline
function Chat() {
  // 1. Read
  const { isLoading, error, data } = useQuery({
    messages: {},
  });

  // 2. Write
  const addMessage = (message) => {
    transact(tx.messages[id()].update(message));
  }

  // 3. Render!
  return <UI data={data} onAdd={addMessage} />
}

Get Started

Follow the getting started tutorial to set up a live React app in under 5 minutes! Or you can try an interactive demo in your browser :).

Questions?

If you have any questions, feel free to drop us a line on our Discord

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.12.24-experimental.01experimental
0.14.230latest

Version History

VersionDownloads (Last 7 Days)Published
0.14.230
0.14.22114
0.14.2156
0.14.20108
0.14.191,163
0.14.18236
0.14.176
0.14.16191
0.14.1522
0.14.144
0.14.1316
0.14.1217
0.14.112
0.14.102
0.14.92
0.14.83
0.14.510
0.14.42
0.14.313
0.14.21
0.14.15
0.14.00
0.13.20
0.13.10
0.13.00
0.12.37152
0.12.361
0.12.351
0.12.341
0.12.331
0.12.321
0.12.311
0.12.301
0.12.291
0.12.271
0.12.265
0.12.251
0.12.241
0.12.24-experimental.01
0.12.231
0.12.223
0.12.211
0.12.201
0.12.19-experimental.11
0.12.190
0.12.19-experimental.01
0.12.181
0.12.171
0.12.160
0.12.15-alpha.31
0.12.15-alpha.01
0.12.1410
0.12.130
0.12.120
0.12.114
0.12.101
0.12.90
0.12.81
0.12.71
0.12.60
0.12.50
0.12.41
0.12.30
0.12.20
0.12.10
0.12.00
0.11.51
0.11.41
0.11.31
0.11.21
0.11.11
0.11.00
0.10.3218
0.10.311
0.10.301
0.10.291
0.10.281
0.10.271
0.10.261
0.10.251
0.10.241
0.10.231
0.10.221
0.10.211
0.10.201
0.10.191
0.10.181
0.10.171
0.10.161
0.10.151
0.10.141
0.10.131
0.10.111
0.10.101
0.10.91
0.10.81
0.10.71
0.10.61
0.10.51
0.10.41
0.10.31
0.10.21
0.10.11
0.10.01
0.9.61
0.9.51
0.9.41
0.9.31
0.9.21
0.9.11
0.9.00
0.8.31
0.8.20
0.8.10
0.8.00
0.7.182
0.7.171
0.7.161
0.7.151
0.7.141
0.7.131
0.7.121
0.7.111
0.7.101
0.7.91
0.7.81
0.7.71
0.7.61
0.7.51
0.7.41
0.7.31
0.7.21
0.7.11
0.7.01
0.6.51
0.6.41
0.6.31
0.6.20
0.6.11
0.6.01
0.5.171
0.5.161
0.5.151
0.5.141
0.5.131
0.5.121
0.5.119
0.5.101
0.5.91
0.5.81
0.5.71
0.5.61
0.5.51
0.5.41
0.5.31
0.5.21
0.5.11
0.5.01
0.4.31
0.4.21
0.4.11
0.4.01
0.3.3941
0.3.3931
0.3.3921
0.3.3912
0.3.391
0.3.381

Package Sidebar

Install

npm i @instantdb/react

Weekly Downloads

2,295

Version

0.14.23

License

none

Unpacked Size

428 kB

Total Files

72

Last publish

Collaborators

  • reichertjalex
  • dww
  • markyfyi
  • nezaj
  • stopachka