react-loading-manager
v1.0.5
Published
- [] Add ability to specify a loader from a child component - [] update api to allow a predicate fn to be passed to useLoading() (e.g: useLoading('my-component', { isLoading: () => isNil(data) })) rather than a more imperative markAsLoaded() function - []
Downloads
38
Maintainers
Readme
Improvements
- [] Add ability to specify a loader from a child component
- [] update api to allow a predicate fn to be passed to useLoading() (e.g: useLoading('my-component', { isLoading: () => isNil(data) })) rather than a more imperative markAsLoaded() function
- [] add aria labels to the loading & children containers
- [] if possible, find a way to prevent the loader from re-rendering when new registrations happen (make it as continuous/seamless as possible)