input-methods
input-methods copied to clipboard
Add Preact
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.