Skip to content

Commit

Permalink
initial fork commit/release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed May 30, 2023
1 parent de4e8f0 commit f765a21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]

## FOR DOCUSAURUS USERS / MAINTAINERS

This is a fork of an already existing [unmaintained](https://docusaurus.io/blog/2020/01/07/tribute-to-endi) [fork](https://github.com/endiliey/react-ideal-image)...

At some point we'll want to cleanup this and use our own IdealImage component maintained on the Docusaurus repo or org.

This new fork was created mainly to solve the hydration errors after upgrading to React 18

## The problem

I need React component to asynchronously load images, which will adapt based on network, which will allow a user to control, which image to load.
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "@endiliey/react-ideal-image",
"name": "@slorber/react-ideal-image",
"version": "0.0.11",
"description": "Adaptive image component",
"main": "dist/index.js",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 8.9.0",
"npm": "> 3"
Expand Down Expand Up @@ -71,12 +74,12 @@
],
"repository": {
"type": "git",
"url": "https://github.com/endiliey/react-ideal-image.git"
"url": "https://github.com/slorber/docusaurus-react-ideal-image.git"
},
"bugs": {
"url": "https://github.com/endiliey/react-ideal-image/issues"
"url": "https://github.com/slorber/docusaurus-react-ideal-image/issues"
},
"homepage": "https://github.com/endiliey/react-ideal-image#readme",
"homepage": "https://github.com/slorber/docusaurus-react-ideal-image#readme",
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit f765a21

Please sign in to comment.