
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@appbaseio/react-native-searchbox
Advanced tools
A lightweight and performance oriented react native library to build search layouts with Elasticsearch.
React Native SearchBox
offers lightweight and performance-focused components to query and display results from your ElasticSearch app (aka index) using declarative props. It is an alternative to using the DataSearch component from ReactiveSearch.
<SearchBase
// Elasticsearch index
index="good-books-ds"
// Appbase credentials
credentials="a03a1cb71321:75b6603d-9456-4a5a-af6b-a487b309eb61"
// Appbase URL
url="https://arc-cluster-appbase-demo-6pjy6z.searchbase.io"
// Configure the appbase analytics
appbaseConfig={{
recordAnalytics: true,
enableQueryRules: true,
userId: 'jon3@appbase.io',
customEvents: {
platform: 'ios',
device: 'iphoneX'
}
}}
>
<SearchBox
// A unique identifier for each component
id="search-component"
// Data fields to search on
dataField={[
{
field: 'original_title',
weight: 1
},
{
field: 'original_title.search',
weight: 3
}
]}
/>
</SearchBase>
Note: Please note that the
SearchBox
component doesn't work with React Native Web because it uses theModal
component to display the suggestions that needs some extra plugins.
npm install @appbaseio/react-native-searchbox
# or
yarn add @appbaseio/react-native-searchbox
The official docs for the library are over here.
Please check the contribution guide
reactivesearch React, React Native, and Vue UI components for building data-driven apps with Elasticsearch.
reactivesarch-api ReactiveSearch API is a declarative, open-source API for querying Elasticsearch. It also acts as a reverse proxy and API gateway to an Elasticsearch cluster. ReactiveSearch API is best suited for site search, app search and e-commerce search use-cases.
dejavu allows viewing raw data within an appbase.io (or Elasticsearch) app. Soon to be released feature: An ability to import custom data from CSV and JSON files, along with a guided walkthrough on applying data mappings.
mirage ReactiveSearch components can be extended using custom Elasticsearch queries. For those new to Elasticsearch, Mirage provides an intuitive GUI for composing queries.
ReactiveMaps is a similar project to Reactive Search that allows building realtime maps easily.
appbase-js While building search UIs is dandy with Reactive Search, you might also need to add some input forms. appbase-js comes in handy there.
FAQs
Lightweight searchbox component for React Native
We found that @appbaseio/react-native-searchbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.