Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be used in react? #63

Open
JulianKingman opened this issue Dec 15, 2015 · 4 comments
Open

Can this be used in react? #63

JulianKingman opened this issue Dec 15, 2015 · 4 comments

Comments

@JulianKingman
Copy link

Is this useable in react? If so, how?

Thanks!

@JackAdams
Copy link
Owner

I wouldn't think so. The whole UI part is written using Blaze.

@JackAdams
Copy link
Owner

I haven't tried it, but this might do the job: https://atmospherejs.com/gadicc/blaze-react-component

@ghost
Copy link

ghost commented Jul 12, 2017

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

@JackAdams
Copy link
Owner

I've never tried to use this package with React. It was written before React was a thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants