Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

What is this project about? #1

Open
wildeyes opened this issue Nov 12, 2017 · 1 comment
Open

What is this project about? #1

wildeyes opened this issue Nov 12, 2017 · 1 comment

Comments

@wildeyes
Copy link

^ title.

@hden
Copy link
Owner

hden commented Nov 13, 2017

It'a proof-of-concept for how datascript, an immutable database and Datalog query engine, can be used with react/redux.

Basically compared with a raw object, a database gives you

  • A central, uniform approach to manage all application state.
  • A very powerful query language for relational and graph data.
  • A complete and understandable description of the data that your view needs (like GraphQL).

An immutable database gives you

  • Keep track of app state history.
  • Undo / redo over time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants