From c631a3530c59ed6673fb6a615e78fafc17966eb5 Mon Sep 17 00:00:00 2001 From: "0xSYN.dev" <86598690+SAYOUNCDR@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:19:00 +0530 Subject: [PATCH] Add: React TypeScript Cheatsheet (HTML) (#12787) * Added Typescript with react and node/express * Order fixed * Spaces linting error fixed * Update more/free-programming-cheatsheets.md Co-authored-by: Eric Hellman * Linting error solved + title changed * Added Docker comprehensive cheetsheet * Docker cheetsheet * Fixed errors * Allcaps is removed and resolved * Added Springboot cheat * Fixed some issue on linting * Added springboot cheetsheet * Added descriptive titles for cheetsheets * Added Go backend comprehensive cheatshhet * Linting error fixed * Added Go CheatSheet for backed -fixed linting error * Linting error fixed * docs: add Helm cheatsheet with key commands and examples * docs(cheatsheets): add React TypeScript Cheatsheet to React.js section * Suggested name changes applied * Suggested name chnaged applied * Spelling mistakes resolved Co-authored-by: Eric Hellman --------- Co-authored-by: Eric Hellman --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 2df996fb3..3be907f26 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -394,6 +394,7 @@ * [React Cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) - Codecademy (HTML) * [React Native Cheat Sheet](https://zerotomastery.io/cheatsheets/react-native-cheat-sheet/) - ZeroToMastery (HTML) * [React-router Cheatsheet](https://devhints.io/react-router) - Devhints.io (HTML) +* [React TypeScript Cheat Sheet](https://react-typescript-cheatsheet.netlify.app/docs/basic/setup) - TypeScript Cheatsheets (HTML) * [React.js Cheatsheet](https://devhints.io/react) - Devhints.io (HTML) * [Ultimate React.js Cheat Sheet](https://upmostly.com/ultimate-reactjs-cheat-sheet) - Upmostly.com (HTML)