
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@blackbox-vision/ra-data-microservices
Advanced tools
React Admin data provider with support for microservices
React Admin DataProvider with support for micro-services architecture.
You can install this library via NPM or YARN.
npm i @blackbox-vision/ra-data-microservices
yarn add @blackbox-vision/ra-data-microservices
You use react-admin for building a frontend to manage CRUD resources, and you have a micro-service architecture for your services.
import React from 'react';
import { Admin, Resource } from 'react-admin';
import { microServicesProvider } from '@blackbox-vision/ra-data-microservices';
import { PostList } from './posts';
const App = () => (
<Admin
dataProvider={microServicesProvider({ posts: 'http://posts.api.url' })}
>
<Resource name="posts" list={PostList} />
</Admin>
);
export default App;
Please, open an issue following one of the issues templates. We will do our best to fix them.
If you want to contribute to this project see contributing for more information.
Distributed under the MIT license. See LICENSE for more information.
FAQs
React Admin data provider with support for microservices
We found that @blackbox-vision/ra-data-microservices demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.