October 2017
Intermediate to advanced
302 pages
7h 27m
English
Once your application is done loading, it is idle (and also will be idle between actions) until a user performs an action.
Rather than letting your app just sit there (being lazy!), RAIL argues that we should use this time to continue loading in parts of the application.
We'll see this more in the next chapter, but if our initial load is just the bare bones version of our app, we load the rest (progressive enhancement!) during idle time.
Read now
Unlock full access