# tylermcginnis/re-base

:fire: A Relay inspired library for building React.js + Firebase applications. :fire:

Repository: https://github.com/tylermcginnis/re-base
Canonical: https://ross.abutalabs.com/products/re-base
Language: JavaScript
License Family: other
Topics: firebase, react
Last push: 2018-07-23T06:04:04+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4110, "days_push": 2963, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2102, forks 138 (observed 2026-08-28T04:06:13.651346+00:00)

## What it is
re-base is a JavaScript library that simplifies binding Firebase Realtime Database data to React component state, inspired by Relay. It provides one-way and two-way data binding, listeners, and CRUD helpers so components can declare their own data dependencies.

## Use cases
- sync firebase data with react component state
- two-way data binding between react state and firebase
- listen to firebase endpoint changes in react components
- fetch and post data to firebase from react app
- replace flux with firebase in a react app

## When to choose
- building a legacy React app with the Firebase Realtime Database
- you want simple state-to-Firebase binding without Flux or Redux
- you prefer class components and mixin-free Firebase integration

## When to avoid
- starting a new project - the library is unmaintained since 2018
- using Firebase Firestore instead of the Realtime Database
- using modern React hooks - prefer Firebase's official SDK or react-firebase-hooks

## Facets
- artifact type: library
- maturity: abandoned
- function: state-management, database-driver, sdk
- domain: web-development, frontend, databases
- platform: -
- tags: firebase, react, data-binding, realtime-database, relay-inspired, real-time, nodejs, javascript, web-server

## Member repositories
- tylermcginnis/re-base (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:13.651346+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:54:17.212519+00:00, confidence not recorded.
  - readme: https://github.com/tylermcginnis/re-base (fetched 2026-08-28T04:06:13.651346+00:00, sha 340f4e3542e9)
  - registry_npm: https://registry.npmjs.org/re-base (fetched 2026-08-29T10:34:42.743893+00:00, sha 27b3b8f14bfd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
