acdlite/react-remarkable

Remove dangerouslySetInnerHTML

Open

#8 建立於 2015年10月14日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (57 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (455 star)
PR 合併指標
 (PR 指標待抓取)

描述

Was quite enthused to see this but turned out to be a wrapper. Is there any possibility of adding true React support via AST, along the lines of https://github.com/rexxars/react-markdown ?

That is the "correct" approach. React does DOM diffs, so with ASTs it will only render the changed parts instead of re-rendering everything like right now this repo does, which brings perf and other improvements.

貢獻者指南