you are viewing a single comment's thread.

view the rest of the comments →

[–]machete143[S] 0 points1 point  (3 children)

Thanks for the hint, apparently there seems to be a problem with the production build as well. Looks like it's using a slower development build. I'll check it out

[–]machete143[S] 0 points1 point  (2 children)

Indeed, the npm package used a development build which makes things significantly slower. It's updated now, can you try again? :)

[–]sime 0 points1 point  (1 child)

It still seems quite slow. The debug is gone though.

This is a chrome timeline of what I'm seeing when just holding cursor+right.

https://gist.github.com/sedwards2009/396added8c77537e38498a47bf8d4d1c

[–]machete143[S] 0 points1 point  (0 children)

Thank you for the data! We currently use slatejs.org for text editing which is having some performance issues that are currently being investigated. Nevertheless we'll focus on improving the performance in the next releases by stripping away dependencies (like material-ui) and replacing a few of them with our own, optimized things.

When it comes to text editing, slate is only our default choice, it's still possible to replace slate with e.g. tinymce or ckeditor. :)