Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parse-community/parse-react
[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
https://github.com/parse-community/parse-react
api backend framework library next nextjs offline-first parse parse-js parse-server parseplatform react react-native react-ssr real-time sdk ssr
Last synced: 29 days ago
JSON representation
[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
- Host: GitHub
- URL: https://github.com/parse-community/parse-react
- Owner: parse-community
- License: mit
- Created: 2020-10-22T04:53:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T11:50:34.000Z (over 1 year ago)
- Last Synced: 2024-04-14T13:08:29.788Z (7 months ago)
- Topics: api, backend, framework, library, next, nextjs, offline-first, parse, parse-js, parse-server, parseplatform, react, react-native, react-ssr, real-time, sdk, ssr
- Language: TypeScript
- Homepage: https://parseplatform.org/
- Size: 7.82 MB
- Stars: 70
- Watchers: 7
- Forks: 27
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend (alpha)
This monorepo (mono respository) contains experimental packages that provide you easy, real-time, offline-first interaction with the powerful Parse Server backend from your applications.
This is a work in progress monorepo. Please let us know your feedback via issues and feel free to open a PR to improve code or documentation for any of the packages.
## Packages
| Package | Name | Version
|--------|-----|------------|
| [React](https://github.com/parse-community/parse-react/tree/master/packages/parse-react) | [@parse/react](https://www.npmjs.com/package/@parse/react) | [![NPM Version](https://badge.fury.io/js/%40parse%2Freact.svg)](https://www.npmjs.com/package/@parse/react) |
| [React Native](https://github.com/parse-community/parse-react/tree/master/packages/parse-react-native) | [@parse/react-native](https://www.npmjs.com/package/@parse/react-native) | [![NPM Version](https://badge.fury.io/js/%40parse%2Freact-native.svg)](https://www.npmjs.com/package/@parse/react-native) |
| [React with SSR (e.g. Next.js)](https://github.com/parse-community/parse-react/tree/master/packages/parse-react-ssr) | [@parse/react-ssr](https://www.npmjs.com/package/@parse/react-ssr) | [![NPM Version](https://badge.fury.io/js/%40parse%2Freact-ssr.svg)](https://www.npmjs.com/package/@parse/react-ssr) |