Creating a math keyboard using React and MathQuill

2k Views Asked by At

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?

enter image description here

enter image description here

enter image description here

enter image description here

1

There are 1 best solutions below

0
On

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.)