CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Reduce dependence on Angular resolves #1164

Closed DanielBrierton closed 6 years ago

DanielBrierton commented 7 years ago

Resolves make routes take longer to load, as each page waits for all resolves to ... resolve... In the meantime, the user doesn't see any activity happening, confusing them.

I also suspect that these are what's causing the issues with minifying our front-end code (#703) although I have no evidence to support this. 😅 (My theory is based off the fact that the resolves use dependency injection, but don't use the array syntax.)

Wardormeur commented 6 years ago

Closing issue, we migrate into another framework