useFetchState
This hook handles the data fetching process. Returns information about the data retrieval process and saves the results in a state.
If You want use hooks, hocs or component decorator You must use EventrixProvider in Your application. Go to "EventrixProvider" page in "Context" section for more details.
This hook requires the use of fetchStateReceiver with the same state name
Last updated