2.1.1 • Published 2 years ago

@reactify-apps/search v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Reactify Search UI

This library provides React components and hooks for building UI's for the Reactify Search app.

The aim of this library is not to build a search and filter interface from the ground up. The aim of this library is to abstract the complexities of Reactify Search, whilst providing the developer a wide range of approaches and escape hatches to build in the way they want to. To do this, we wrap a mature Elasticsearch UI library called Reactivesearch (similar name, but completely unaffiliated with Reactify Search).

Getting started

npm install @reactify-apps/search

You should always begin with the Provider component, which you need to pass the Reactify Search config and index name, using whichever mechanism is most appropriate for your project. Within the provider, you can then begin to render components from the @reactify-apps/search package or ordinary Reactivesearch components.

import { Provider } from "@reactify-apps/search";

export const YourComponent: React.FC = () => {
  return (
    <Provider index="my-cool-shop" config={config}>
      <YourComponents />
    </Provider>
  );
};

Contributing

# install dependencies
npm install

# watch and build the package
npm run watch

# serve storybook to interact with components
npm run storybook

# release a version
npm run release
3.0.0-beta.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

1.3.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.0-beta.0

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.25

3 years ago

0.1.22

3 years ago

0.1.23

3 years ago

0.1.24

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.19

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago