Skip to content

Instantly share code, notes, and snippets.

@jyash97
Last active August 22, 2018 07:15
Show Gist options
  • Save jyash97/d8ff9e7405038becdf9ab9dde94d3ecf to your computer and use it in GitHub Desktop.
Save jyash97/d8ff9e7405038becdf9ab9dde94d3ecf to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import { ReactiveBase } from '@appbaseio/reactivesearch';
class App extends Component {
render() {
return (
<ReactiveBase
app="meetup_app"
credentials="lW70IgSjr:87c5ae16-73fb-4559-a29e-0a02760d2181"
type="meetupdata1"
mapKey="AIzaSyBQdVcKCe0q_vOBDUvJYpzwGpt_d_uTj4Q"
>
Hello from ReactiveSearch!
</ReactiveBase>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment