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 <59611597+LuigiImVector@users.noreply.github.com>

* Update to HTML

Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
This commit is contained in:
Eugene Goh 2021-10-01 23:54:24 +08:00 committed by GitHub
parent 6b6e7242de
commit 58c7f92a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* [Java](#java)
* [JavaScript](#javascript)
* [jQuery](#jquery)
* [React.js](#reactjs)
* [Vue.js](#vuejs)
* [Kubernetes](#kubernetes)
* [Language Translations](#language-translations)
@ -104,6 +105,11 @@
* [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)
#### React.js
* [React Cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) - Codecademy (HTML)
#### Vue.js
* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)