Jabir K.H
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/blog/2017-09-08-dom-attributes-in-react-16.md
|
|
@ -32,7 +32,7 @@ React has always provided a JavaScript-centric API to the DOM. Since React compo |
|
|
|
<div tabIndex={-1} /> |
|
|
|
``` |
|
|
|
|
|
|
|
This has not changed. However, the way we enforced it in the past forced us to maintain a allowlist of all valid React DOM attributes in the bundle: |
|
|
|
This has not changed. However, the way we enforced it in the past forced us to maintain an allowlist of all valid React DOM attributes in the bundle: |
|
|
|
|
|
|
|
```js |
|
|
|
// ... |
|
|
|