0.0.4 • Published 2 years ago

@hexie/blinkdb-react v0.0.4

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.4

2 years ago