Secret sauce that brings YouTube followers, views, likes
Get Free YouTube Subscribers, Views and Likes

Avoid the N+1 query problem

Follow
react-admin

If you need to call useGetOne more than once in a reactadmin page, consider the useGetManyAggregate hook instead: it will drastically reduce the number of API calls.

useGetOne Documentation: https://marmelab.com/reactadmin/useG...
ReferenceField Documentation: https://marmelab.com/reactadmin/Refe...
Code for this tutorial: https://stackblitz.com/github/fzanino...

posted by Aoinetw