Skip to content
Advertisement

Tag: shimmer

How to implement MUI skeleton on API response data?

I am using material-ui skeleton (Shimmer effect) on data which is coming from API. Output is given below : As you can see, I received 3 objects from API. So accountData.usersAccountData.map will run 3 times. My question is, How can I implement mui skeleton while API is under process ? How can show shimmer effect while API is under process

Advertisement