reactivebase icon indicating copy to clipboard operation
reactivebase copied to clipboard

Data components for building reactive UIs

Results 8 reactivebase issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way I can grab the current query? I am using ReactiveList component, it retrieves and displays the items in pagination (10 items at the time). However,...

Gitter reference: https://gitter.im/appbaseio/reactivesearch?at=59fc13c2976e63937e1facd7 Reference from searchkit: http://docs.searchkit.co/stable/components/sorting/sort.html

enhancement

onPageChange() should be an prop which allows configuring any callback function that should be triggered when a page is changed.

enhancement

Allow users to add a custom transform function once the aggregation results are returned back from Elasticsearch. > countFormatter ((count:number)=> number|string) A optional function to format the doc counts >...

enhancement

After upgrading the **appbase-js** lib to v0.11.1, the ReactiveBase tests are failing.

bug

In cases, when `PropTypes.oneOf` is used, the `type` specifies only a single type. ``` Component.propTypes = { title: React.PropTypes.oneOfType([ React.PropTypes.string, React.PropTypes.element ]) } ``` ``` Component.types = { title: TYPES.STRING...

Tried [github-changelog-generator](https://skywinder.github.io/github-changelog-generator/).

#84 Fixes the import error. The tests are still failing due to other errors. Probably because of the changes in the code lib code which were not reflected in the...