Hi.
I am building React app based on free algolia plan. I would like to do it by this way:
- User visit app,
- “Search component” call api request which will check are algolia limits exeeced,
- if limits are exceeded return component “Cannot use Algolia”
- if not it will render algolia search components.
How to check this limits?