# parse-community/ParseReact

Seamlessly bring Parse data into your React applications.

Repository: https://github.com/parse-community/ParseReact
Canonical: https://ross.abutalabs.com/products/parsereact
Homepage: https://parseplatform.org
Language: JavaScript
License: NOASSERTION
License Family: other
Archived: true
Last push: 2020-09-12T20:01:57+00:00

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

## Adoption (not part of the score)
Stars 1289, forks 203 (observed 2026-08-28T04:04:15.357279+00:00)

## What it is
Parse + React is an interface layer on top of the Parse JS SDK that lets React components subscribe to Parse queries and automatically re-render as underlying objects are created or modified. Mutations are dispatched Flux-style so data stays synchronized across components.

## Use cases
- bind parse backend data to react components
- subscribe react components to parse queries
- auto-update react ui when parse objects change
- dispatch flux-style mutations from react against parse
- use parse as the data layer for a react app
- share parse query results across multiple react components

## When to choose
- maintaining a legacy app pinned to Parse JS SDK 1.6.14 or earlier that already uses the mixin/observe pattern
- reviving an old Parse-era React codebase where migrating off this layer is not yet feasible

## When to avoid
- starting any new project - the maintainers explicitly state it is not maintained
- using Parse JS SDK 1.7+ or LiveQueries, which it does not support
- modern React apps using hooks, where current Parse SDK bindings or data-fetching libraries are better choices

## Facets
- artifact type: library
- maturity: abandoned
- function: state-management, orm
- domain: web-development, frontend, databases
- platform: browser, cross-platform
- tags: react, parse, data-binding, flux, query-subscriptions, react-native, backend-as-a-service, unmaintained, legacy, mobile

## Member repositories
- parse-community/ParseReact (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:15.357279+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-30T04:55:45.753345+00:00, confidence not recorded.
  - readme: https://github.com/parse-community/ParseReact (fetched 2026-08-28T04:04:15.357279+00:00, sha 86f1ec0d7aee)
  - homepage: https://parseplatform.org (fetched 2026-08-29T12:11:57.051398+00:00, sha aab6aa263f12)
- Data as of 2026-08-30T08:39:29.467469+00:00.
