|
|
|
|
|
by ej_campbell
3524 days ago
|
|
I don't understand why you need any client side framework. Couldn't this all be accomplish server side with the HTML pre-fetched on the client if needed for performance? There isn't anything dynamic about the website so it could run with zero javascript and then things like the back button after scrolling through the blog would work. Why try to outsmart the browser? |
|
> then things like the back button after scrolling through the blog would work.
What do you mean?
> Why try to outsmart the browser?
Not sure how this is outsmarting the browser.