7
0 Comments

ReactiveSearch for Vue

We're out with 1.0 release of ReactiveSearch for Vue. It provides scaffolding to build complex Search UIs in record time by taking care of querying, managing search state and updating your UI. It also comes with over 10 built-in components that help you get started in minutes. Direct Github link: https://github.com/appbaseio/reactivesearch.

We always get the question about why someone should use it. It is also something we spend a lot of time thinking about -

ReactiveSearch provides declarative props for the most common search scenarios: e.g. how to use auto-suggestions, how to handle search typos, how to tune weights, apply relevance. Instead of specifying how to achieve these outcomes, a user just specifies the desired outcome. This makes building search UIs accessible to all developers v/s just search engine users. Declarative props are inherently safer and make it easier to change your search settings in the future.

Combined with the ability of specifying props, ReactiveSearch components come with built-in components that have presets on how to render the search box, facets, results. See the available components here: https://docs.appbase.io/docs/reactivesearch/vue/overview/Showcase/.

ReactiveSearch doesn’t get in the way when you want to specify how to achieve a certain search scenario — you can write your own Query DSL for it. You can also bring in your own UI components and design systems - https://docs.appbase.io/docs/reactivesearch/vue/advanced/ReactiveComponent/.

Above all, ReactiveSearch is Apache 2.0 licensed, actively maintained and is relied on by hundreds of projects for their production search use-cases. Aside from Vue.JS, ReactiveSearch also comes in React and React Native flavors.

If you are an appbase.io user, ReactiveSearch can additionally record search and click analytics out-of-the-box (it requires an opt-in). You can use Appbase.io with any ElasticSearch cluster.

You can read more about the release itself and how to get started over here: https://medium.appbase.io/reactivesearch-vue-1-0-ui-components-for-search-e17a953e72a6.

on December 5, 2019
  1. 1

    Congrats on the release! I saw you hitting Hacker News front page momentarily, well done!

    if you don't mind sharing, I'd be super curious how much traffic you got from HN? (my direct contact info is in my IH profile if you don't want to post publicly).

    Also i think your 'free product + paid support' business model would be interesting for many in here, if you want to do a write up someday.

    PS. Sorry that i cannot offer product feedback, i don't use Elasticsearch.