TGTGInsighttelegram intelligenceLIVE / telegram public index
Recent posts
最近帖子
标签筛选 #react · 共 2 条
当前筛选 #react清除筛选
https://www.youtube.com/watch?v=8pDqJVdNa44 #React 纪录片
44 views
Hashtags
#TIL#react react 很早就不支持 !important 样式 > since 15.x it no longer works even on initial render (since moving away from innerHTML). All rules with "!important" are now being thrown out. > !important is horribly abused in css, and if people write their css properly their is never a need for !important. That said I don't think it should be included, because then people can use "bad practices" in their apps and styles. Personally inline styling with react is bad enough. https://github.com/facebook/react/issues/1881
38 views