Skip to content

Allow to pass all the data at a time (as an alternative to Datasource.get) #90

Open
@philly-vanilly

Description

@philly-vanilly

If I understand correctly, there is no way to pass a whole array of items (handled in the redux store or some other external model) to the adapter/datasource-get and make it accept all of them. Instead you have to manually synchronize all the changes that happen at network-layer with subscibe/update methods. For enterprise applications that have layered architecture with separation of business and UI, this means a lot of boilerplate code that can and will result in bugs.

It would be nice if you could just pass an array or observable of an array to the ngx-ui-scroll directive (same way as angular material CDK or Ionic) and make it handle the rest.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions