Skip to content

Conversation

@jelychow
Copy link

  • Uses produceState and Dispatchers.Default to compute RichTextString asynchronously.
  • Prevents UI blocking during complex markdown parsing by only rendering the Text component once the computation is complete.
  • Avoid computing strings in the main thread

- Uses `produceState` and `Dispatchers.Default` to compute `RichTextString` asynchronously.
- Prevents UI blocking during complex markdown parsing by only rendering the `Text` component once the computation is complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant