X
X
Xaip2018-06-05 22:33:11
React
Xaip, 2018-06-05 22:33:11

Spinner for Spa app?

So I'm trying to get my head around React-redux. And my application is just completely fetching in various reducers.
And I had 2 questions:
1) Are there any ready-made libraries / templates for spinners / spinners. It’s impossible to google it yourself, that in Russian, that in English Google, on request, a spinner for a spa site, gives out only toys for autists.
2) How to arrange and where to hang this spinner?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Filippov, 2018-06-05
@Xaip

Take any css spinner, hang it with a backdrop in the main component above everything else, and only show it when state.loading === true
In your action creators or sagas, or wherever you do fetching, set loading to true at the start of the request , and at the end to false (on error too).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question