subspace/packages/docs
Richard Ramos 353fee7d23 fix: docs 2020-03-10 11:30:58 -04:00
..
.vuepress refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
.gitignore refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
LICENSE refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
api.md Update docs to reflect latest subspace changes 2020-03-09 15:15:07 -04:00
apollo-client.md fix: docs 2020-03-10 11:30:58 -04:00
d1.png refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
d2.png refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
d3.png refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
d4.png refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
getting-started.md Update docs to reflect latest subspace changes 2020-03-09 15:15:07 -04:00
how-it-works.md refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
integrations-overview.md refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
package.json refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
react.md Update docs to reflect latest subspace changes 2020-03-09 15:15:07 -04:00
reactive-graphql.md Update docs to reflect latest subspace changes 2020-03-09 15:15:07 -04:00
readme.md refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
redux-observable.md refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
redux.md Update docs to reflect latest subspace changes 2020-03-09 15:15:07 -04:00
tutorial.md refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
vue.md Update docs to reflect latest subspace changes 2020-03-09 15:15:07 -04:00

readme.md

home heroImage heroText actionText actionLink footer features
true /assets/img/logo.svg Get Started /getting-started/ MIT Licensed | Subspace is part of the Status Network
title details
Automatic Syncing Subspace takes care of syncing under the hood, syncing exactly what you need when you need it. It saves the state to a local database ensuring the DApp always syncs from the last known point even after reloading the DApp.
title details
Reactive Subspace embraces reactive programming with RxJS. It provides methods to track and subscribe to events, contract state & balances, and react to changes via observables.
title details
Framework Agnostic Subspace is framework agnostic and integrates well with your favourite frameworks, from React to Angular. It works in the browser and in nodejs.