Ant Design Spin component usage in ReactJS app | AntD Loading Component Tutorial for ReactJS

preview_player
Показать описание
#reactjs #antd #spin #loading
In this video I have explained Ant Design Spin component usage in ReactJS app

This video focuses on
- How to use antd Spin component in ReactJS app
- How to start spinning or loading for antd Spin
- How to stop spinning or loading for antd Spin
- How to use state variable to control antd spin loading or spinning
- How to add spinning or loading to antd Button component
- How to show loading or spinning by wrapping the UI inside the antd Spin component

Happy Coding!
Рекомендации по теме
Комментарии
Автор

Hello Aamir, how can I change the style of the spin to a different color or a different shape ?

jonathanbeya
Автор

Can you change the color of the spinner?

richchar
Автор

Hi Aamir, i am having one problem with the ant design loading whether it is spinner or skeleton.
useEffect sends the request to the server while it is fetching the data. i have to validate with if the data exist then render the data. in this way i am never able to see the loading of ant design and it also show header and footer over lapping to header. i have also checked your video but i couldn't find the solution. any idea what is going on ?

testingaccount