From 3f8a3a0961d882edb857b21bd787e3084544c90a Mon Sep 17 00:00:00 2001 From: Fidym Date: Mon, 6 Dec 2021 12:41:16 +0100 Subject: [PATCH] [DOC] Add blitzjs data provider --- docs/DataProviders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DataProviders.md b/docs/DataProviders.md index 5eb1a446b4e..84e9de6faa5 100644 --- a/docs/DataProviders.md +++ b/docs/DataProviders.md @@ -70,6 +70,7 @@ The react-admin project includes 5 Data Providers: Developers from the react-admin community have open-sourced Data Providers for many more backends: * **[AWS Amplify](https://docs.amplify.aws)**: [MrHertal/react-admin-amplify](https://github.com/MrHertal/react-admin-amplify) +* **[Blitz-js](https://blitzjs.com/docs)**: [theapexlab/ra-data-blitz](https://github.com/theapexlab/ra-data-blitz) * **[Configurable Identity Property REST Client](https://github.com/zachrybaker/ra-data-rest-client)**: [zachrybaker/ra-data-rest-client](https://github.com/zachrybaker/ra-data-rest-client) * **[coreBOS](https://corebos.com/)**: [React-Admin coreBOS Integration](https://github.com/coreBOS/reactadminportal) * **[Django Rest Framework](https://www.django-rest-framework.org/)**: [bmihelac/ra-data-django-rest-framework](https://github.com/bmihelac/ra-data-django-rest-framework)