文件名称:react-formatted-string:一种用React组件替换字符串的简单安全的方法
文件大小:63KB
文件格式:ZIP
更新时间:2024-05-12 23:22:52
JavaScript
React格式的字符串 使用React组件进行字符串替换的安全简便方法。 安装 npm install react-formatted-string 用法 单次更换 import formattedString from "react-formatted-string" ; const App = ( ) => { const siteLink = formattedString ( "Check out my {0}" , < a xss=removed> website. < / a > ) ; return ( < main> < h1> Hello World! < / h1 > < p> { siteLink } < / p > < / main > ) ; /**
【文件预览】:
react-formatted-string-master
----.eslintrc(28B)
----index.test.js(1006B)
----README.md(1KB)
----.gitignore(12B)
----index.js(1KB)
----package-lock.json(266KB)
----package.json(954B)