SyncState

SyncState

  • Docs
  • FAQ
  • Github
  • Hire The Creators

›FAQ

Introduction

  • Getting started
  • Installation
  • Motivation
  • Core Concepts

Recipes

  • Recipes

Examples

  • Counter
  • Counter with Undo / Redo
  • Todo app
  • Multi User Counter
  • Multi User Todo
  • Multi User Todo With Undo/Redo

Plugins

  • History
  • Remote

API Reference

  • API Overview
  • createDocStore
  • Store
  • Provider
  • useDoc
  • useSyncState

Tips & Tricks

  • Common Pitfalls & Best Practices
  • Using SyncState without React
  • Performance Tuning

FAQ

  • FAQ's

FAQ's

When should I use SyncState?

SyncState can be used as a state management solution. Using SyncState you can also build realtime multi-user, undoable apps very easily.

Can SyncState only be used with React?

No, you can use SyncState with other JS apps as well and is not very different from its usage with React. The main reason behind this is store.useDoc function with very similar API as useDoc hook for React.

Are there any larger, “real” SyncState projects?

  • BuilderX

Want to Contribute?

You can contribute here.

← Performance Tuning
  • When should I use SyncState?
  • Can SyncState only be used with React?
  • Are there any larger, “real” SyncState projects?
  • Want to Contribute?
Docs
Getting StartedExamplesPluginsAPI ReferenceFAQ
Community
TwitterStack OverflowDiscord
More
GitHub   Contribution Guidelines
Stars
Built with ❤️ at GeekyAnts.
Copyright © 2020 SyncState