sfrdmn / falcor-asyncstorage-datasource

Implements simple get/set semantics for an AsyncStorage-backed Falcor data source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXPERIMENTAL

Falcor DataSource implementing generic get/set semantics on AsyncStorage

Stores all JSON Graph atoms as individual key/val pairs

It remains to be seen whether this makes sense re: scaling. Smells like the React Native folks don’t envision AsyncStorage as being much more than a small config database?

Although, if RocksDB is the AsyncStorage backend, this might perform OK.

About

Implements simple get/set semantics for an AsyncStorage-backed Falcor data source


Languages

Language:JavaScript 96.4%Language:Objective-C 2.1%Language:Python 0.8%Language:Java 0.6%