@peoplesgrocers/instantdb-core (1.0.63-rc.1)

Published 2026-09-12 15:15:05 +00:00 by GrocerPublishAgent

Installation

@peoplesgrocers:registry=
npm install @peoplesgrocers/instantdb-core@1.0.63-rc.1
"@peoplesgrocers/instantdb-core": "1.0.63-rc.1"

About this package

Shows the Instant logo

@instantdb/core

stars

Get Started · Examples · Docs · Discord

Welcome to Instant's vanilla javascript SDK.

db.subscribeQuery({ todos: {} }, (resp) => {
  if (resp.error) {
    renderError(resp.error.message);
    return;
  }
  if (resp.data) {
    render(resp.data); // wohoo!
  }
});

Get Started

Follow the getting started in vanilla Javascript tutorial to set up a live app in under 5 minutes!

Questions?

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

Dependencies

Dependencies

ID Version
@instantdb/version 1.0.63
mutative ^1.0.10
uuid ^11.1.0

Development dependencies

ID Version
@arethetypeswrong/cli ^0.18.5
@babel/core ^7.17.9
@babel/preset-env ^7.16.11
@types/node ^18.19.74
@types/uuid ^10.0.0
@types/websocket ^1.0.5
@vitest/browser-playwright ^4.0.18
@vitest/ui 4.0.18
fake-indexeddb ^6.0.0
npm-run-all ^4.1.5
playwright ^1.58.2
tshy ^3.0.2
typescript ^5.9.3
vite ^7.3.1
vitest ^4.0.18
Details
npm
2026-09-12 15:15:05 +00:00
4
AGPL-3.0
rc
564 KiB
Assets (1)
Versions (1) View all
1.0.63-rc.1 2026-09-12