acdlite/react-remarkable

Remove dangerouslySetInnerHTML

Aberta

#8 aberto em 14 de out. de 2015

 (1 comentário) (0 reação) (0 responsável)JavaScript (57 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (457 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador