ra-data-django-rest-framework

JSON →
library 0.2.1 ·javascript
verified Jun 7, 2026

React-admin data and authentication provider for Django REST Framework (DRF). Current stable version is 0.2.1, targeting react-admin 3.x via peer dependency ra-core ^3.5.3. Provides sorting, pagination with PageNumberPagination, filtering (generic and DjangoFilterBackend), and two authentication providers: token-based (TokenAuthentication) and JWT (JSON Web Token Authentication). Compared to generic providers, it directly maps react-admin query parameters to DRF's URL parameters, simplifying integration. Requires Node >=10. Ships TypeScript types.