diff --git a/README.md b/README.md index dc2033d..dfd1882 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ | React Typescript Cheat sheet | React has documentation for how to start a new React project with some of the most popular frameworks. Here's how to start them with TypeScript. | [react typescript](https://react-typescript-cheatsheet.netlify.app/docs/basic/setup) | | Louis' React Cheat sheet | You can find cheat sheets and general resources, containing examples, of different technologies. These technologies include programming languages, frameworks, and libraries I am personally interested in. | [codehints](https://codehints.io/category/react) | | logrocket's React-Hooks cheat sheet | This React Hooks cheat sheet includes a lot of code snippets and assumes some Hooks fluency. | [logrocket react hooks](https://blog.logrocket.com/react-hooks-cheat-sheet-solutions-common-problems/) | -| React-Hooks cheat sheet | A cheat sheet with live editable examples and one-stop reference for hooks. | [react hooks](https://react-hooks-cheatsheet.com/) | | Freecodecamp React cheat sheet | a super helpful cheat sheet to give you a complete overview of all of the React concepts you need to know. | [freecodecamp react cheat sheet](https://www.freecodecamp.org/news/the-react-cheatsheet/) | | CodeCademy React cheat sheet | Codecademy has hundreds of free and easy-to-use cheat sheets that cover dozens of coding languages and are created by our world-class curriculum developers. | [CodeCademy react cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) |