facebookarchive / draft-js

A React framework for building text editors.
https://draftjs.org/
MIT License
22.57k stars 2.63k forks source link

Composite decorators work slowly. #755

Open Mishurin opened 7 years ago

Mishurin commented 7 years ago

I am trying to use draft.js for custom highlighting of text fragments. Namely I am trying to process text of 50000 symbols. I use algorythm shown here: Example For such amount of data editor becomes really slow and I can barely type anything. Is there any way to speed it up? Seems like handler functions with its regexps are pretty fast.

phamvanhiepvn commented 5 years ago

me too, somebody help us ?