Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

React instead of Blaze? #139

Open deenfoxx opened 7 years ago

deenfoxx commented 7 years ago

This package looks great. Any suggestions on how to get it to work with React instead of Blaze templates?

denzils commented 7 years ago

So this definitely doesn't work with React? Not even worth playing around to get it to work?

StorytellerCZ commented 4 years ago

The best solution would be to decouple the client from any front-end framework (hence it could be implemented in other front-ends) and have existing Blaze functionality move to another package.

mizzao commented 4 years ago

That's true, you could separate the publish/subscribe part from the Blaze part, but when I originally started this package it took a bunch of work to integrate it with the frontend :-)

StorytellerCZ commented 4 years ago

Well, one step at a time.