meteor-editable-text
meteor-editable-text copied to clipboard
Can this be used in react?
Is this useable in react? If so, how?
Thanks!
I wouldn't think so. The whole UI part is written using Blaze.
I haven't tried it, but this might do the job: https://atmospherejs.com/gadicc/blaze-react-component
i am using this code with react
import Blaze from 'meteor/gadicc:blaze-react-component';
<Blaze
template='editableText'
collection="tasks"
field='text'
/>
but the above code is not working
I've never tried to use this package with React. It was written before React was a thing.