Cobo
Cobo
KKinde
Created by Cobo on 8/27/2024 in #💻┃support
Accessing Kinde from Redux store
I am abstracting API calls away inside redux thunks, so the React components only have to talk to the redux store without knowing about the API implementation. When I make the API call I would like to provide the user token when calling the backend API client in my Redux thunks.
4 replies