JS framework with conditionally loaded fragments
- by kjs3
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…