0.6.0 • Published 3 years ago
bonono-react v0.6.0
Bonono for React
Bonono for React is a wrapper around the Bonono library that provides the Bonono Db component as a first class component in React.
Using Bonono for React
Install the package as follows:
npm install bonono-reactThen you can import the BononoDb component:
import { BononoDb } from 'bonono-react';For further information, please refer to the Getting started tutorial.