Ruby on Rails Monday, February 29, 2016

This is actually a series of 3 articles explaining how to get the best load time for an SPA and why Sprockets will not allow you to get the last required bits. More specifically, it doesn't support code splitting (lazy code loading) out of the box and it's not easy to implement that. But webpack does:

http://rosenfeld.herokuapp.com/en/articles/2016-02-26-improving-spa-loading-time-with-webpack-and-why-sprockets-is-in-your-way

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/88b2b4f7-8cb8-4d66-acf9-8657542d5150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment