github appbaseio/reactivesearch v4.0.0-rc
v4.0.0-rc 🌈

latest releases: vue@3.3.5, v3.3.4, v4.2.2...
pre-release18 months ago

Features

New Components

  • SearchBox component with advanced search use-cases like recent, popular & category suggestions. It also supports search UX features like focus shortcuts, autofill & keyboard navigation etc.
  • ReactiveChart to build charts UI using E-charts.
  • TreeList component creates a selection based hierarchical tree UI component that is connected to multiple database fields.
  • TabDataList creates a tabbed list UI component.
  • ErrorBoundary component is useful to catch network/component errors.

Removal of FE query generation

In this release, we have removed the network requests to Elasticsearch server using query DSL, instead we use reactivesearch-api. You can read more about this decision at here.

Server Side Rendering

First class support for SSR without needing any additional config at initialization. Check the docs at here

Supports React 18.x

Performance

Migration Guide

Looking for migrating reactivesearch v3 to v4? Check the migration guide at here.

Don't miss a new reactivesearch release

NewReleases is sending notifications on new releases.