|
|
|
|
|
by normloman
4166 days ago
|
|
Thanks for answering my question. Would you mind clarifying it for me? If your blog has a reusable template, wouldn't the images, fonts, and stylesheets that are part of the template get cached on the user's computer, regardless of whether it was dynamic or static? Or are you talking about caching things serverside? |
|
It seems to me that single-page apps are great when you aren't leaving the page and have a lot of navigation, but overkill for a blog.
I am rather interested in react+react-router though. That seems like the best of both worlds -- render serverside, then render deltas clientside.