An open API service indexing awesome lists of open source software.

https://github.com/garridorafa/ra-strapi-v4-rest

React Admin REST data provider for Strapi.js v4
https://github.com/garridorafa/ra-strapi-v4-rest

react react-admin reactjs rest strapi

Last synced: 6 months ago
JSON representation

React Admin REST data provider for Strapi.js v4

Awesome Lists containing this project

README

          

# Rest Strapi v4 Provider For React-Admin

Rest Strapi v4 Provider for [React Admin](https://marmelab.com/react-admin/). For Strapi v3 try [ra-strapi-rest](https://github.com/nazirov91/ra-strapi-rest).

# Installation

```
npm i ra-strapi-v4-rest
```

# Usage

```js
import * as React from "react";
import { Admin, Resource } from "react-admin";
import { strapiRestProvider } from "ra-strapi-v4-rest";

import { PostList } from "./posts";

const App = () => (



);
```

# Nested filter example

The following will return all the books written by author with id 2:

```js

```

# License

This data provider is licensed under the MIT License.