Skip to content

Commit

Permalink
chore: add fallback cover for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Sep 3, 2022
1 parent d137cfc commit ffbcd2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<p align="left">
<a id="cover" href="#cover">
<picture>
<source srcset="https://github.com/pmndrs/react-nil/raw/master/.github/light.svg">
<source media="(prefers-color-scheme: dark)" srcset=".github/dark.svg">
<img alt="There are legitimate use cases for null components or logical components. A component has a lifecycle, local state, packs side-effects into useEffect, memoizes calculations in useMemo, orchestrates async ops with suspense, communicates via context, and maintains fast response with concurrency. And, of course — the entire React ecosystem is available." src=".github/light.svg">
</picture>
Expand Down

0 comments on commit ffbcd2d

Please sign in to comment.