I have converted my application to use redux (the JS version). It is very neat. 🙂 I am doing a few api calls, and need to display a loading indication/spinner to the user. Have you got an example how that can be done?
r
Robert Jaros
01/17/2020, 2:15 PM
you can use kvision-pace module
Robert Jaros
01/17/2020, 2:16 PM
it should work out of the box for typical api calls
Robert Jaros
01/17/2020, 2:20 PM
but if you want more manual control i'm using it this way: