use this library in regular ReactJS app?
zetekla opened this issue · comments
PrTran commented
Can I use this library in regular React app (not react-native) ? to connect it with Meteor backend.
Nauzer commented
I dont think so... For that use - surprise - Meteor ;-)
Chien Chin-yu commented
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)