Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jul 26, 2024
1 parent 83c11fd commit ddcc860
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# React safe lazy
# react-safe-lazy

![GitHub branch check runs](https://img.shields.io/github/check-runs/silverhand-io/react-safe-lazy/master)
[![codecov](https://codecov.io/gh/silverhand-io/react-safe-lazy/graph/badge.svg?token=JXZ4C50SCV)](https://codecov.io/gh/silverhand-io/react-safe-lazy)
![NPM version](https://img.shields.io/npm/v/react-safe-lazy)

A simple and safe way to use `React.lazy` when you are iterating React app fast. It will catch the error and automatically retry to import or refresh the page when a lazy React component fails to load.

Expand Down

0 comments on commit ddcc860

Please sign in to comment.