acdlite/react-remarkable

Remove dangerouslySetInnerHTML

オープン

#8 opened on 2015/10/14

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (57 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (457 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド