surrealdb.react
Version:
A ReactJS wrapper for surrealdb.js
17 lines (10 loc) • 753 B
Markdown
# surrealdb.react [](https://badge.fury.io/js/surrealdb.react)
An open-source ReactJS wrapper for surrealdb.js that is highly inspired by [Apollo Hooks](https://www.apollographql.com/docs/react/api/react/hooks/).
# Roadmap
| Feature | Status | Completed |
| ----------------- | ------------------------------- | --------- |
| useQuery Hook | Functional.. needs more testing | [ ] |
| useLazyQuery Hook | Needs design | [ ] |
With more features to come.
# Example Usage
You can find examples of how to use currently developed features in the source code in `src/`. I'll get around to documenting them sooner or later.