mironov / react-redux-loading-bar

Loading Bar (aka Progress Bar) for Redux and React
https://mironov.github.io/react-redux-loading-bar/
MIT License
936 stars 93 forks source link

Step Progress #86

Open leandroaps opened 5 years ago

leandroaps commented 5 years ago

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 fetch items. I have a big form with nine steps, I trying to use you component to setup the percentage of the form was filled by the user, each step send a post to the back-end with some status, and I trying to use this to send a value to the progress bar, but, without success, can you give me some help?

My structure is based on the create-react-app, using the App.jsx as main file with the components as steps on the page.

Thanks, Leandro.

mironov commented 5 years ago

@leandroaps Unfortunately, it is not possible to do that. The current version of the Loading Bar can only emulate progress. It doesn't support rendering a Loading Bat that progressed to a particular %.

However, I think we should implement that feature. I'll keep the issue open until it is resolved.