I have been trying to create a math keyboard using mathquill, like the one in the screen below, where you can insert math symbols and write over them to answer a question. Found some solutions, but none using react that do not require ReactDOM. Does anyone know how can I achieve something like that?




Creating math keyboard functionality can be done with MathKeyboardEngine in combination with any LaTeX typesetting library. So if there is a LaTeX typesetting library for React that does not require ReactDOM (like you stated you want) then you can use it in combination with MathKeyboardEngine.
I’m curious whether this will work. (I have no experience with React.)