Skip to content

Commit 7671e74

Browse files
authored
Merge pull request #6 from mau-herrera/maherr/ci-github-actions
feat(git workflows): forcing new release to test semantic release
2 parents 04d8ca4 + 54e721a commit 7671e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Lazy with Retry
22

33
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
45

56
`lazy-with-retry` is a utility library designed to enhance the React `lazy` function by adding retry and fallback mechanisms. It is particularly useful for dynamically importing components in React applications where network issues or other failures might prevent a component from loading successfully. This library ensures a better user experience by providing retries, fallback components, and even page refreshes as a last resort.
67

0 commit comments

Comments
 (0)