Type-R
Type-R copied to clipboard
Reactive and serializable objects with transactional changes.
There are tools to automatically convert Typescript definitions to Flowtype definitions which do a pretty good job and at least give a starting point for further manual improvement. However, these...
Scenario: 1) Create the singleton instance of memoryIO endpoint with mock data in the separate module. 2) All collections using this endpoint will receive live updates if subscribed. It will...
Make the necessary changes to the IO adapters abstraction, if required. An idea is to declaratively connect records to the backend, leveraging the attributes definitions.
There's a new proposal for Observables currently in TC39 phase 1 that defines a basic inter-op that is supported by RxJS, MostJS, Zen-Observable and some other libraries. This allows for...
Index rebuild should be delayed to the first moment of time when it's required. Index update operations should do nothing if there are no index. Index rebuild operations should just...
Looks like we finally need them for the scenario where three collections form the tree of models across them by model id. Trick is that we need to mark parents...