React: ReactDom 书写格式修改

Created on 31 Oct 2017  ·  5Comments  ·  Source: facebook/react

默认情况下,React DOM将转义嵌入在JSX中的任何值,然后再渲染它们。因此,它确保您永远不会注入任何未明确写入应用程序的内容。在呈现之前,所有内容都将转换为字符串。这有助于防止XSS(跨站点脚本)攻击。

加粗的是需要改错的:ReactDOM中间不应该有空格

Most helpful comment

感谢您报告问题。 很抱歉,但我们无法帮助。 你提到的这个帖子是由别人写的。 请通知该人。

All 5 comments

如果您需要帮助,您将需要翻译。

https://translate.google.com

  • Michael

2017-10-31 23:08 GMT+08:00 刘帅 notifications@github.com:

默认情况下,React DOM将转义嵌入在JSX中的任何值,然后再渲染它们。因此,它确保您永远不会注入任何未明确写入应用程序的内容。
在呈现之前,所有内容都将转换为字符串。这有助于防止XSS(跨站点脚本)攻击。

加粗的是需要改错的:ReactDOM中间不应该有空格


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/facebook/react/issues/11411, or mute the thread
https://github.com/notifications/unsubscribe-auth/AE3lcU5ljlPwnkL1ocXtQF_trHm5h-VLks5sxzfYgaJpZM4QM5Za
.

I believe @liushuai512 is just suggesting that we have a space in between "React" and "DOM" that shouldn't be there (eg "React DOM" -> "ReactDOM").

I'm not sure where this is referring to though.

It seems like this text may have been copied from here: https://maotr.github.io/2017/07/08/react/%E4%BB%8B%E7%BB%8DJSX/

Is this true, @liushuai512? If so, I think you might want to notify the author (@MaoTr) instead.

感谢您报告问题。 很抱歉,但我们无法帮助。 你提到的这个帖子是由别人写的。 请通知该人。

@bvaughn You are patient. Thanks. I think you got that what @liushuai512 mean

@liushuai512 This is not React issue, you can contact with the author using email

Was this page helpful?
0 / 5 - 0 ratings