All Projects → fritx → react-at

fritx / react-at

Licence: other
At.js for React.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to react-at

Automation-using-Shell-Scripts
Development Automation using Shell Scripting.
Stars: ✭ 41 (+141.18%)
Mutual labels:  at
Array.prototype.at
An ES-spec-compliant (proposed) `Array.prototype.at`shim/polyfill/replacement that works as far down as ES3.
Stars: ✭ 20 (+17.65%)
Mutual labels:  at

react-at

  • Filter/Scroll/Insert/Delete
  • Keyboard/Mouse events
  • Plain-text based, no jQuery, no extra nodes
  • ContentEditable
  • Avatar

See also: vue-at

Motivation

At.js is awesome (4000+ stars), but:

  • It is buggy.
  • It seems like out of maintainment.
  • It is based on jQuery.
  • Its code is like "Spaghetti" and hard to read.

Finally I lost interest in patching it and ended up creating this.

import Editor from 'react-editor'
import At from 'react-at'
const members = ['Roxie Miles', 'grace.carroll', '小浩']

<At members={members}>
  <Editor />
</At>

<At members={members}>
  <div contentEditable />
</At>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].