JS framework with conditionally loaded fragments

Posted by kjs3 on Programmers See other posts from Programmers or by kjs3
Published on 2012-10-22T22:18:20Z Indexed on 2012/10/22 23:17 UTC
Read the original article Hit count: 175

Filed under:

I'm doing a single-page, responsive, mobile first design. I found this article about conditionally loaded fragments but am wondering what the different js frameworks have build-in to handle this?

I'm imagining the mobile version with a list view fragment that transitions to a show view fragment. A larger portal could just show both fragments and change the show fragment when items in the list are clicked.

I'd love thoughts on what is available from the various frameworks, not an argument. Ember?, Angular?, etc. Maybe I'm missing it, but I'm not seeing the responsive fragments issue brought up in the various demos I've found so far.

© Programmers or respective owner

Related posts about JavaScript