bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
55 stars 6 forks source link

Demo showing lazy loading using React + Redux #9763

Open matsbryntse opened 3 months ago

jsakalos commented 3 weeks ago

Notes:

  1. Loading over internet cannot be implemented with the help of requestData because that is the synchronous function that is supposed to return data.
  2. We already have a demo that pages over data provided by Redux but in this case Redux already contains the complete dataset.

What can be done is an infinite scrolling demo that would use Redux (plus RTK Query) to load data over internet as the response to scrolling. We also have such demo but it uses our Crud Manager so the new one should use Redux for the purpose.