show artists on main page
Task
show artists on HomePage
Solution
- Create HomePage container
- import all necessary modules
- get artist state using useAppSelector
- inside UseEffectHook, setInterval to call dispatch
Test
open home page
Expected work time
30 minutes