Top "Loading" questions

Loading refers to retrieving necessary information for display or functionality.

React Native - Activity Indicator while FlatList loads images

Whenever my app mounts, I have set: constructor(props) { super(props); this.state = { loading: true }; } I have an activity indicator …

react-native loading activity-indicator
React: how to show progress of Axios during get request (not download or upload)

I want is to show a progressbar while Axios is getting my requests. axios package has both onDownloadProgress and onUploadProgress …

reactjs axios loading get-request
Listing the files in a directory of the current JAR file

I am making a game in JAVA where I want to come up with a list of files in a …

java class jar loading
Aggregate Root references other aggregate roots

I'm currently working a lot with DDD, and I'm facing a problem when loading/operating on aggregate roots from other …

domain-driven-design repository aggregate loading aggregateroot
Why adding a <script> tag at runtime doesn't load the javascript file? (with react.js)

I have this react.js script that adds the following code into the html // returned by the render method React.…

javascript loading reactjs
Multiple Defer Loading instances | Javascript

I'm currently reading this article on Deferring the loading of Javascript: https://developers.google.com/speed/docs/best-practices/payload#DeferLoadingJS …

javascript loading payload
How to define Handlebar.js templates in an external file

I am currently defining my Handlebars templates within the same HTML file in which they will be used. Is it …

templates handlebars.js loading external
Animated Image in Win32

How can i put an animated GIF to my dialog in my native Win32 application? I have a loading indicator, …

c++ winapi loading animated-gif
How to have AJAX trigger the browser's loading indicator

I'm making an ajax-enabled lab scheduling program, and some of the ajax operations aren't exactly quick. In Gmail, when you …

ajax browser loading
Are Modern browsers loading scripts parallel or sequentially?

I'm evaluating existing resources for script loading optimization, but I readed in some articles like this, refers to the older …

javascript loading modernizr