react-easy-crud

0.2.14 • Public • Published

react-easy-crud

React easy CRUD

NPM JavaScript Style Guide

Install

npm install --save react-easy-crud

Usage

import React from 'react'

import { ProviderEasyCrud } from 'react-easy-crud'
import client from './client'; // client of apollo-client or axios

function App() {
  return (
    <ProviderEasyCrud type='graphql' client={client}>
      <MyApp />
    </ProviderEasyCrud>
  )
}

License

MIT © miguelcast

Readme

Keywords

none

Package Sidebar

Install

npm i react-easy-crud

Weekly Downloads

1

Version

0.2.14

License

MIT

Unpacked Size

169 kB

Total Files

6

Last publish

Collaborators

  • miguelcast