Hacker News new | past | comments | ask | show | jobs | submit login

Very neat -- seems like React for textarea



Not sure why so many downvotes -- they build an in-memory representation of the content of the contenteditable, intercept input events to update that representation, and use that to update the actual dom. Presumably they wouldn't just wipe out the entire contents each time either, so it's sending atomic create/update/delete commands to the dom.. So it's like React's vdom just for contenteditable.


Or like Elixir for ContentEditable




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: