discuss
                                
                                 discuss copied to clipboard
                                
                                    discuss copied to clipboard
                            
                            
                            
                        Add loading animation
Add loading animation when data gets loaded from the backend.
What about https://github.com/quickleft/react-loader ? Pure js, no external images, no external css. @pmuens
Looks good. But maybe we can find a packages which plays nicely with Redux and React (otherwise we have to dispatch loading actions which might be a little bit tedious).
What if we just show an CSS animated Spinner instead of the message here: https://github.com/JustServerless/discuss/blob/master/client/src/app/js/components/posts/index.jsx#L94 ?
Good idea!