Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fritx/react-at
- Owner: fritx
- Created: 2016-12-14T13:16:22.000Z (about 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-06-06T08:16:10.000Z (over 6 years ago)
- Last Synced: 2024-10-08T04:28:12.591Z (3 months ago)
- Topics: at, atwho, react
- Language: JavaScript
- Homepage: https://npmjs.com/react-at
- Size: 204 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
- [ ] AvatarSee 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