Pre-loading resources #18
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sinaru/procyon#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
Since the library depends on JS modules to load the resources, the resource loading usually happens sequentially. For example see following screenshot taken from the example notes app loading for viewing a note.
Describe the solution you'd like
Have an option in the routes.json file to specify what resources needs to pre-loaded. So when the module request some resource, it would be already pre-loaded.