Add React Notes (#1)

* Start React notes

* useEffect & custom hooks notes

* Add React-Router Notes

* Spread operator cloning improvements

* Clarify notation for object with same key-value pair

* Add Redux notes

* Fix: translation

* Add details to event notes

* Add details to useEffect and class components

* Notes on async operations

* Fix: import <script> tag type

* Fix typos

* Add React Tests Notes

* Redux Tests Notes

* generalize paths

* Fix react testing library import

* Improve Store notes

* add missing ;

* Fix swapped examples for thunk and action tests

* Improve variable names

* Typo fixes
This commit is contained in:
Marcello Lamonaca 2021-03-29 19:34:47 +02:00 committed by GitHub
parent 09ee010b8c
commit 17bf5fe2de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 992 additions and 66 deletions

View file

@ -60,8 +60,6 @@ UTF-8 is a character encoding capable of encoding all possible characters, or co
XHTML and HTML4: `<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>`
Per essere compatibile con XHTML i meta-tag devono essere sempre chiusi.
HTML5: `<meta charset="utf-8">`
### HTML Shiv (Polyfill)