question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Render event sources asynchronous, as they are fetched

See original GitHub issue

Originally reported on Google Code with ID 1405

Currently, fetchEventSource method checks if all pending sources have their events normalized
before calling reportEvents, which will then clean the complete view.

Since multiple sources can be defined, it makes sense to normalize and display their
events asynchronously instead of waiting for all sources to be fully processed before
continuing. I think that source should not delay all other.







Reported by marco@zoqui.com on 2012-05-15 12:17:27

Imported with 9 stars.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
arshawcommented, Oct 2, 2018

This issue has been addressed in the latest alpha release (4.0.0-alpha.2) See the blog post »

https://fullcalendar.io/docs/v4/progressiveEventRendering

0reactions
arshawcommented, Mar 20, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

React Suspense: Async rendering in React - LogRocket Blog
This is a common method used to ensure good UX for apps that are fetching data from external sources. All you have to...
Read more >
Update on Async Rendering – React Blog
The upcoming suspense APIs will make async data fetching cleanly possible for both client and server rendering.
Read more >
Asynchronous Data Queries - Recoil
Asynchronous Data Queries. Recoil provides a way to map state and derived state to React components via a data-flow graph. What's really powerful...
Read more >
How To Handle Async Data Loading, Lazy Loading, and Code ...
You'll load data using an asynchronous function that simulates a request to an external data source. First, create a component called ...
Read more >
Handling Asynchronous fetching of data with React & Redux
Display a list of fetched cat names. · Display a message, icon, or in general a component when it is actually fetching data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found