-
What is a Single Page Application?
This is a short video describing what a Single Page Application is, how they compare to normal web apps and why they are the future.
-
Isomorphic JavaScript (with ClojureScript) for pre-rendering single-page-applications, part 3
I was not expecting there to be a part 3 to this series and this third part is also going to be quite different to the first two. In parts 1 and 2 I walked you through an exploration of server side pre-rendering with Nashorn. My naive example worked fine with Nashorn but it didn’t survive encountering…
-
Isomorphic JavaScript (with ClojureScript) for pre-rendering single-page-applications, part 2
In part 1 I covered the basic problem that SPA (single page applications) face and how pre-rendering can help. I showed how to integrate Nashorn into a Clojure app. In this second part, we’ll get to actually do the rendering as well as improving performance. Without further ado, part 2 of isomorphic ClojureScript. Rendering the…
-
Isomorphic JavaScript (with ClojureScript) for pre-rendering single-page-applications, part 1
I don’t think I have found the ultimate solution for this problem yet but I have reached a level in which I’m comfortable sharing what I have because I believe it’ll be useful for other people tackling the same problem. The reason why I doubt this is the ultimate solution is because it has not…