JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q35824F
  • License MIT

adaptation of react-admin with loopback4

Package Exports

  • react-admin-loopback4-adapted

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-admin-loopback4-adapted) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#Intro Loopback 4 provider for react-admin.

#Usage npm i react-admin-loopback4-adapted

#Demo : React Admin and Loopback 4 Crud Sample An Easy Way to test your project Step By Step Example https://github.com/PlanetConectus/LoopBack4ReactAdminExample

#Sample Example BackOffice And API Generator 2020 Less Code and Flexible Architecture for a Mobile Developer who want to develop Web Easily , for companies who want an easy architecture that save money and time No more need for Back End Developer at 2020, Only Need a Front End Developer If you have a Web Application If you want only an API (Web Services & BackOffice) no need for neither a Front End Developer or a BackEnd Developer you can just CLic on Watch & Star We will Share many UseCases that simplify Web Development. After this Web Development will be a peace of cake.

Our Company's Site : https://planetconectus.com

/* This code is used in App.JS file please consult our Sample Project using this lib it on github : https://github.com/PlanetConectus/LoopBack4ReactAdminExample */

import * as React from 'react';
import { Admin, Resource } from 'react-admin'
import PostIcon from '@material-ui/icons/Book'
import './App.css';
import Dashboard from './dashboard'
import { ProductList, ProductCreate, Productedit } from './productlist'
import { Userlist, Useredit, Usercreate } from './user'
import lb4Provider from 'react-admin-loopback4-adapted'
const dataProvider = lb4Provider('http://localhost:3001');
const App = () => (
  <Admin dataProvider={dataProvider} dashboard={Dashboard}>
    <Resource name="products" list={ProductList} create={ProductCreate}
      edit={Productedit} icon={PostIcon} />
    <Resource name="users" list={Userlist} edit={Useredit}
      create={Usercreate} />
  </Admin>
)
export default App;

#To Learn more about React Admin please follow this link : https://marmelab.com/react-admin/Readme.html

#Contact : Site : https://planetconectus.com Phone : +33 970 440 431 E-mail : mohamedali.chaabani@planetconectus.com