Pre-loading resources #18

Open
opened 2020-07-06 13:47:17 +00:00 by sinaru · 0 comments
sinaru commented 2020-07-06 13:47:17 +00:00 (Migrated from github.com)

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.

image

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.

**Is your feature request related to a problem? Please describe.** Since the library depends on [JS modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/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. ![image](https://user-images.githubusercontent.com/1382306/86600034-62656300-bf97-11ea-8027-eff15c76241c.png) **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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sinaru/procyon#18
No description provided.