Skip to content

⚡ We can create CRUD's so easy for API Rest with Axios and GraphQL with Apollo ⚡

Notifications You must be signed in to change notification settings

maflorezp/react-easy-crud

 
 

Repository files navigation

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

About

⚡ We can create CRUD's so easy for API Rest with Axios and GraphQL with Apollo ⚡

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%