Rich Text Component

Hi!
I’m continuing to create a new site built with React and I’m referencing a Rich Text Field. Do you have an existing component for both of the RTF fields? or what is your best practice for handling RTF in React components.

Thanks,
Adrienne

Updating my post!

I’ve decided to just use the <Markdown /> Component for all of my entities that are using the old Rich Text fields. Its not perfect for formatting bullet points in my use case but its pretty good!

Once all of my RTF are moved over to the new Lexical Rich Text field type I’m planning to switch over to the <LexicalRichtText /> component.

Hello @Adrienne_Williams
Has it been solved for you.!

Just to mention, Rich Text (v2) and Markdown Field Types | Hitchhikers is available which might be useful for you to achieve the same.

Hope this helps.