New to redux and react in general, looking for some advice on best practice/how to.
When a page is loaded, I want to make an API call to my backend to get the data for my navigation menu, what's the best approach for this in React 18 with Class Components?
I have my store included from redux, I'm just not sure what format the actions and reducers should take, and how they're called.
Thanks!