vaadin / hilla

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
https://hilla.dev
Apache License 2.0
923 stars 57 forks source link

Accessing large data collections from the frontend (v1) #353

Open vlukashov opened 5 years ago

vlukashov commented 5 years ago

When using a Vaadin Grid component in a TypeScript view I want to have an easy way of loading the data lazily so that users do not have to wait until the entire database is loaded into their browsers when they open that page.

In scope (v1)

Out of scope (v1):

platosha commented 2 years ago

The backend API is (partially?) implemented with the Pageable support.

tarekoraby commented 1 year ago

A related list of common use cases for data-intensive UIs compiled by @Artur- : https://docs.google.com/document/d/1oN0wvp2tfQQiVWin9sN4j3dqSUegQr18meNqeppGx_A/edit?usp=sharing