0.0.3 • Published 2 years ago

@blinkdb/react v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago