I hereby claim:
- I am hyb175 on github.
- I am yingbaihe (https://keybase.io/yingbaihe) on keybase.
- I have a public key ASBZynqVN5Wpre99Mhltg7S3CK2cVojPWiOSu_Mhp3WJjgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Flux has a lot different concerns and not easily approachable by smaller projects.
// https://github.com/realm/realm-js/issues/370#issuecomment-270849466 | |
export default class Realm { | |
constructor(params) { | |
this.schema = {}; | |
this.callbackList = []; | |
this.data = {}; | |
this.schemaCallbackList = {}; | |
params.schema.forEach((schema) => { | |
this.data[schema.name] = {}; | |
}); |