Skip to content

Commit 58c7f92

Browse files
Add React cheatsheet (#5580)
* Add React cheatsheet Add React cheatsheet and fix some misunderstandings. I think it would be better not to mix JavaScript or Python with HTML. * update line * fix issue * fix issue * Fix alphabetical order Co-authored-by: ImVector <[email protected]> * Update to HTML Co-authored-by: ImVector <[email protected]>
1 parent 6b6e724 commit 58c7f92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: more/free-programming-cheatsheets.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [Java](#java)
1313
* [JavaScript](#javascript)
1414
* [jQuery](#jquery)
15+
* [React.js](#reactjs)
1516
* [Vue.js](#vuejs)
1617
* [Kubernetes](#kubernetes)
1718
* [Language Translations](#language-translations)
@@ -104,6 +105,11 @@
104105
* [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)
105106

106107

108+
#### React.js
109+
110+
* [React Cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) - Codecademy (HTML)
111+
112+
107113
#### Vue.js
108114

109115
* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)

0 commit comments

Comments
 (0)