Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dot-build/uloader
Micro JS/CSS loader
https://github.com/dot-build/uloader
Last synced: about 1 month ago
JSON representation
Micro JS/CSS loader
- Host: GitHub
- URL: https://github.com/dot-build/uloader
- Owner: dot-build
- Created: 2015-08-16T16:44:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T17:05:09.000Z (over 9 years ago)
- Last Synced: 2024-04-14T08:30:17.393Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro file loader
```
var loader = new Uloader();loader.load(['vendor/jquery.js', 'file.css', 'app.js']).then(function(){
// run your awesome app :)
});```
## Why?
Your user will have a better experience if a faster page feedback is given on
screen while your app is being loaded. Waiting all the files to load can't be
avoided, but you can at least load a static page and inform the user that the
page is being loaded :)