bee-dashboard
bee-dashboard copied to clipboard
Extract file upload state to a provider
I was wondering, if you considered extracting the logic for file upload into a provider. It would clean up the component code and you could persist the state of the upload even if user navigates away. Plus if we are decide to, dragging and dropping files anywhere in the app could trigger the upload process. src