react-redux-loading-bar icon indicating copy to clipboard operation
react-redux-loading-bar copied to clipboard

Loading Bar (aka Progress Bar) for Redux and React

Results 11 react-redux-loading-bar issues
Sort by recently updated
recently updated
newest added
trafficstars

Any plans on creating component for `react-native`?

enhancement
help wanted

× Could not find "store" in the context of "Connect(LoadingBar)". Either wrap the root component in a , or pass a custom React context provider to and the corresponding React...

I have implemented react-redux-loading-bar with ``` loadingBarMiddleware( { promiseTypeSuffixes: ['REQUEST', 'SUCCESS', 'FAILURE'], } ``` and it was working perfectly fine. But after implementing the redux-persist the loading bar is not...

I am using this awesome lib to show a loading bar during short polling. The problem I have is the bar can't be slowed down, it just runs to the...

Hi there, Have you ever faced the following: ![loadingbar](https://user-images.githubusercontent.com/15023919/61625106-3f547d00-ac7a-11e9-8896-60a55ac7df41.gif) As you can see from the redux panel we call hideLoading() and the loading bar hides but turning on React "Highlight...

Hello Mironov, how are you? I'm using you progress bar component, awesome by the way. My environment uses React + Redux + Thunk and the progress bar works fine for...

What do you think of adding multiple CSS transition or animation styles, like stripes? I cannot seem to add such custom styles using classNames or inline styles easily without having...

enhancement

Are there plans to implement an indeterminate Loading Bar as well?

help wanted

I'm getting this error when loading the page (no need to show the bar): _Warning: Unsafe legacy lifecycles will not be called for components using new component APIs. Connect(LoadingBar) uses...

Got this error when adding LoadingBar Component on my RemixJS `root.tsx` `Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:...