Type-R icon indicating copy to clipboard operation
Type-R copied to clipboard

Reactive and serializable objects with transactional changes.

Results 17 Type-R issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

enhancement

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.

enhancement
help wanted

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...

enhancement

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...

wontfix

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...

enhancement