0.0.3 • Published 3 years ago

@blinkdb/react v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago
const Component = () => {
  const userTable = useTable((model: Model) => model.users);
  const { data: firstUser } = await useMany(userTable, {
    where: {
      name: { in: ["Alice", "Charlie"] },
      age: { gt: 24 },
    },
  });
  ...
}

@blinkdb/react

This package contains auxiliary methods for smoothly integrating BlinkDB into React.

Getting started

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago