Good evening all,
I need an editable textarea-like component for my React project that supports custom syntax highlighting, preferably with the CSON and CSS. I have been searching it for ages. I finally gave up and decided to ask here. Does anyone know any reliable library that can be used for this?
Any help would be greatly appreciated!
EDIT: As I delve deeper into the topic, I came to an understanding that this problem consists of several parts.
contenteditable
div
component with React. I used contentEditable component for React.div
(as React fills div
's innerHTML as String
)This is way after the fact but for anyone else stumbling on this, https://github.com/satya164/react-simple-code-editor is a good, easy option.