Experience-Monks / nyg-jam3

Second generation of the Jam3 Generator, many new features and breaking change features
https://generator.jam3.net
MIT License
11 stars 4 forks source link

Preloader lazy load #236

Closed namniak closed 5 years ago

namniak commented 5 years ago

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

Did you test your solution?

Problem Description

Preloader component was always rendered in the App. We had some dummy assets loaded but if preloading assets list was empty you'd never see the site. In this flow devs had to clean up code by removing the Preloader and all its related logic from the app when they didn't need it.

Solution Description

Preloader will show up and perform loading only if assets list is not empty

Side Effects, Risks, Impact

Aditional comments: