Files
react.dev/docs
Justin Grant f7ea62e491 Reminder: strip quotes from attributes with JS code (#8806)
* Reminder: strip quotes from attributes with JS code

Web developers who are used to standards-compliant HTML and XML will, out of habit, put quotes around all attributes because the standards require them. Other templating systems like ASP.NET also require (or at least allow) quotes around attributes that contain code. This behavior will get users into trouble in JSX because a quoted attribute is always treated as a string literal, even if it contains curly-braced javascript code.  Let's add to the docs to help newbies evade this problem.

* Tweak wording
2017-01-23 18:09:35 +01:00
..
2016-10-21 20:59:08 +01:00
2016-10-21 20:59:08 +01:00
2016-10-21 20:59:08 +01:00
2016-10-21 20:59:08 +01:00
2016-10-21 22:02:30 +01:00
2016-07-19 15:08:58 -07:00
2017-01-16 06:49:01 -08:00
2017-01-10 02:48:53 -08:00
2016-10-27 02:02:29 +01:00