meteor-autocomplete icon indicating copy to clipboard operation
meteor-autocomplete copied to clipboard

React instead of Blaze?

Open deenfoxx opened this issue 8 years ago • 4 comments

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

deenfoxx avatar Mar 05 '17 19:03 deenfoxx

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

denzils avatar Jun 09 '17 14:06 denzils

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.

StorytellerCZ avatar Oct 02 '19 23:10 StorytellerCZ

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 :-)

mizzao avatar Oct 14 '19 15:10 mizzao

Well, one step at a time.

StorytellerCZ avatar Oct 15 '19 01:10 StorytellerCZ