mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-05-14 23:24:46 +00:00
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:
parent
09ee010b8c
commit
17bf5fe2de
8 changed files with 992 additions and 66 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue