mirror of
https://github.com/status-im/subspace-docs.git
synced 2025-02-08 10:53:43 +00:00
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
---
|
|
home: true
|
|
heroImage: /assets/img/logo.svg
|
|
heroText: " "
|
|
actionText: Get Started
|
|
actionLink: /getting-started/
|
|
footer: MIT Licensed | Subspace is part of the Status Network
|
|
features:
|
|
- title: Automatic Syncing
|
|
details: Subspace will sync the data to a local browser database. Ensuring the DApp resumes syncing from the last known point, making your DApp fast.
|
|
- title: Reactive
|
|
details: Changes to data are provided via observables
|
|
- title: Framework Agnostic
|
|
details: Subspace is framework agnostic and integrates well with your favourite frameworks from react to angular, with or without redux. Works in the browser and in nodejs.
|
|
|
|
---
|
|
|
|
---
|
|
|
|
<code1/>
|
|
|
|
### Overview
|
|
|
|
**Subspace** is a framework agnostic JS library that embraces reactive programming with RxJS, by observing asynchronous changes in Smart Contracts, and providing methods to track and subscribe to events, changes to the state of contracts and address balances, and react to these changes and events via observables.
|
|
|
|
Subspace takes care of syncing under the hood, saving & loading the state in a local db.
|