Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fritx/react-at

At.js for React.
https://github.com/fritx/react-at

at atwho react

Last synced: 3 months ago
JSON representation

At.js for React.

Awesome Lists containing this project

README

        

# react-at

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

See also: [vue-at][vue-at]

## Motivation

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

- It is [buggy][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][buggy] and ended up creating this.

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

```

[vue-at]: https://github.com/fritx/vue-at
[at.js]: https://github.com/ichord/At.js
[buggy]: https://github.com/ichord/At.js/issues/411#issuecomment-256662090