input-methods icon indicating copy to clipboard operation
input-methods copied to clipboard

Add Preact

Open danburzo opened this issue 8 years ago • 0 comments

Replace the two contenteditable divs with a single one, and a toggle which lets you choose how to render it:

  • native DOM
  • React
  • Preact

Preact is an interesting alternative to React which tries not to polyfill as many things — as such it should expose native events, which can be useful for some projects.

danburzo avatar Aug 23 '17 07:08 danburzo