Skip to content

Commit 60f9eb1

Browse files
committed
patch/doc: attached images to github rather than relative so they look good on NPM too
1 parent e007468 commit 60f9eb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,8 @@ Here is an apples-to-apples comparison of some of the main files from each proje
546546

547547
Perhaps the most dramatic difference is how H4R simplifies the interdependencies between files. Boxes are files, lines are imports:
548548

549-
![](assets/h4r-vs-reduxToolkit-intermediate-example.png)
549+
![](https://github.com/generalui/hooks-for-redux/raw/master/assets/h4r-vs-reduxToolkit-intermediate-example.png)
550+
550551

551552
Part of the key is how well H4R links into React. Redux-toolkit takes 50 lines of code just to do this.
552553

@@ -630,7 +631,7 @@ H4R solution:
630631
631632
The file and inter-file dependency reduction is dramatic. With H4R your code will be significantly more agile and easier to adapt to new changes. Boxes are files, lines are imports:
632633
633-
![](assets/h4r-vs-reduxToolkit-advanced-example.png)
634+
![](https://github.com/generalui/hooks-for-redux/raw/master/assets/h4r-vs-reduxToolkit-advanced-example.png)
634635
635636
## Additional Resources
636637
Blog Posts:

0 commit comments

Comments
 (0)