Skip to content

Commit

Permalink
fix broken link on styling in react
Browse files Browse the repository at this point in the history
Visiting the most recent copy of the original link on the wayback machine, it's [this](http://web.archive.org/web/20190111132559/http://andrewhfarmer.com/how-to-style-react) which redirects to [here](http://web.archive.org/web/20180429195243/https://www.javascriptstuff.com/how-to-style-react/). The website it redirects to is still online and doesn't need the wayback maching to view, this commit uses the new link.
  • Loading branch information
arshadrr committed Jul 22, 2021
1 parent e61781d commit e229a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ If you are new to React, try reading these articles in order.
### Styles
- [Styling in React](https://www.kirupa.com/react/styling_in_react.htm)
An introduction to using React's built-in inline styling abilities
- [How To Style React](http://andrewhfarmer.com/how-to-style-react/)
- [How To Style React](https://www.javascriptstuff.com/how-to-style-react/)
An excellent overview of the four major ways to deal with styles in React, and what the various tools are. Includes a decision tree to help you decide what to use.


Expand Down

0 comments on commit e229a47

Please sign in to comment.