easybase-react
TypeScript icon, indicating that this package has built-in type declarations

2.2.13 • Public • Published


easybase logo black


npm GitHub npm bundle size npm

Check out the full React & React Native walkthrough 📗📘


Documentation

Formal documentation for this library is available here.

Information on database querying can be found in the EasyQB docs.

Getting Started

Get your project up and running in just a couple of minutes:

  1. Download your ebconfig token and place it at the root of your project
├── src/
│   ├── App.js
│   ├── index.js
│   └── ebconfig.js  <–––
├── assets/
├── package.json
└── ...
  1. Then, wrap your root component in EasybaseProvider with your credentials.
npm install easybase-react
import React, { useEffect } from "react";
import { EasybaseProvider, useEasybase } from 'easybase-react';
import ebconfig from "./ebconfig";

function App() {
  return (
    <EasybaseProvider ebconfig={ebconfig}>
      <Container />
    </EasybaseProvider>
  );
}

Examples

Contact

@easybase_iohello@easybase.io

Readme

Keywords

none

Package Sidebar

Install

npm i easybase-react

Weekly Downloads

77

Version

2.2.13

License

MIT

Unpacked Size

4.79 MB

Total Files

140

Last publish

Collaborators

  • easybase