flatlogic / react-material-admin

☄️React Material Admin is a React template built with Material-UI
https://flatlogic.com/admin-dashboards/react-material-admin/demo
MIT License
1.6k stars 559 forks source link

example loading data from server #37

Closed dcsan closed 3 years ago

dcsan commented 3 years ago

I guess redux is not part of this UI (which is fine) but do you have some best practice suggestions to load data from a server?

michaeldaineka commented 3 years ago

Hi, dcsan!

You can fetch data in Context API actions, then call the action in useEffect live cycle method for example and use the data via useContext method in your functional component body.