inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

use this library in regular ReactJS app? #295

Open zetekla opened 6 years ago

zetekla commented 6 years ago

Can I use this library in regular React app (not react-native) ? to connect it with Meteor backend.

Nauzer commented 6 years ago

I dont think so... For that use - surprise - Meteor ;-)

pomelyu commented 6 years ago

I think you can modify this project and replace the part related to react-native with react. Actually, I had done this without CollectionFS feature since I need to separate backend and frontend in my project, and it worked fine. (https://github.com/pomelyu/react-native-meteor)