add react demo for long texts

This commit is contained in:
Philipp Kühn
2021-06-25 14:53:02 +02:00
parent 790d30df1f
commit a0e52d9402
6 changed files with 211 additions and 9 deletions

View File

@@ -4,4 +4,7 @@ This demo has 250 paragraphs and more than 22,000 words, check the performance y
Most of the processing is needed to check the active state of the buttons for the selection. If youd like to optimize for really long texts, try to limit these checks in your toolbar. But honestly, we think its great already, isnt it?
<demo name="Examples/Book" />
<demos :items="{
Vue: 'Examples/Book/Vue',
React: 'Examples/Book/React',
}" />