MCPcopy Index your code
hub / github.com/appbaseio/reactivemaps

github.com/appbaseio/reactivemaps @v1.4.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.4.2 ↗ · + Follow
991 symbols 3,081 edges 115 files 16 documented · 2% 1 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Join the chat at https://gitter.im/appbaseio/reactivemaps Build Status Image Code Climate

A React components library for building maps that update in realtime.

TOC

  1. Reactive Maps: Intro
  2. Features
  3. Component Playground
  4. Live Examples
  5. Installation
  6. Getting Started
  7. Docs Manual
  8. Developing Locally
  9. Acknowledgements

1. Reactive Maps: Intro

Reactivemaps is a React based components library for building realtime maps. It is built on top of the appbase.io realtime DB service and ships with 20+ components for Lists, Dropdowns, Numeric Range, Sliders, Data Search, Places Search, Distance Slider and Dropdowns, Calendars, Feeds and Maps.

The library is conceptually divided into two parts:

  1. Sensor components and
  2. Actuator components.

Each sensor component is purpose built for applying a specific filter on the data. For example:

  • A SingleList sensor component applies an exact match filter based on the selected item.
  • A RangeSlider component applies a numeric range query based on the values selected from the UI.

One or more sensor components can be configured to create a combined query context to render the results via an actuator.

ReactiveMaps comes with two actuators: ReactiveMap and ReactiveList. The former displays the filtered data from individual sensor components on a map interface while latter displays the filtered data on a simple list interface.

2. Features

Design

  • The sensor / actuator design pattern allows creating complex UIs where any number of sensors can be chained together to reactively update an actuator (or even multiple actuators).
  • The library handles the transformation of the UI interactions into database queries. You only need to include the components and associate each with a DB field.
  • Built in live updates - Actuators can be set to update results even when the underlying data changes in the DB.
  • Comes with a cleanly namespaced styles API that allows extending the existing component styles without hassle.
  • Built in light and dark UI themes.

Ease of Use

  • Can be installed with NPM,
  • Can be run in browser without including any NPM or bundlers (gulp, webpack, etc.), see a demo here,
  • Works out of the box with Materialize CSS and comes with a polyfill CSS for Bootstrap. Compatibility for other frameworks can be added too.

3. Component Playground

Try the live component playground at playground. Look out for the knobs section in the playground part of the stories to tweak each prop and see the udpates.

4. Live Examples

A set of examples inspired by real world apps built with the ReactiveMaps library.

You can check all of them on the examples page.

5. Installation

Follow the installation guide from the official docs here.

You can try out the library live without any installation via the interactive tutorial.

6. Getting Started

Follow the getting started guide to build a Hello Maps! app from the official docs here.

7. Docs Manual

The official docs for the library are at https://opensource.appbase.io/reactive-manual/.

The components are divided into two sections: * Generic UI components are at https://opensource.appbase.io/reactive-manual/v1/components/. * Map based UI components are at https://opensource.appbase.io/reactive-manual/v1/map-components/. * Each component's styles API is mentioned in a separate CSS Styles API section. See here for SingleList. * You can read more about the Styles API here - https://opensource.appbase.io/reactive-manual/v1/advanced/StyleGuide.html.

8. Developing Locally

git clone https://github.com/appbaseio/reactivemaps
npm install

Start the development server on port 8012.

npm start

Examples can be accessed at https://localhost:8012/examples.

You can also start the component playground on port 9009 with

npm run storybook

By adding the manual submodule, you can access the docs locally.

git submodule init
cd manual && git submodule update

Once added, the docs manual can be accessed at http://localhost:8012/manual.

9. Acknowledgements

Cross-browser testing supported via BrowserStack .

Core symbols most depended-on inside this repo

t
called by 3163
umd/reactivemaps.js
n
called by 940
umd/reactivemaps.js
a
called by 392
umd/reactivemaps.js
r
called by 366
umd/reactivemaps.js
a
called by 361
public/min/plugin-min.js
$
called by 341
public/js/materialize.js
o
called by 310
umd/reactivemaps.js
i
called by 223
umd/reactivemaps.js

Shape

Function 887
Method 57
Class 47

Languages

TypeScript100%

Modules by API surface

umd/reactivemaps.js135 symbols
public/js/materialize.js127 symbols
public/min/plugin-min.js102 symbols
public/js/jquery-2.1.1.min.js63 symbols
public/js/materialize.min.js62 symbols
public/js/modernizr.js27 symbols
app/sensors/GeoDistanceSlider.js24 symbols
app/sensors/GeoDistanceDropdown.js23 symbols
app/sensors/PlacesSearch.js22 symbols
app/actuators/ReactiveMap.js22 symbols
public/min/custom-min.js21 symbols
public/js/init.js21 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add reactivemaps \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact