I’m looking to add search to an app. I’ve used easy:search
with a blaze app and it worked perfectly. But I am now (somewhat unfortunately) using react.
Is it just best to add blaze-in-react for now?
I’m using react + react-komposer for data. Do I need to put the subscription in a komposer container and then again in the template.onCreated? Or just do the subscriptions in a template.onCreated and then plop the master blaze template into the react component?