|
|
|
|
|
by enoughalready
4886 days ago
|
|
Hey guys, looks pretty good.
I'm interested in the decision to move to server side templating. You mention that the loading of js, then making an ajax call, then rendering the page, was slower than just serving up html.
Did you guys try bootstrapping json data server side? That way you could avoid making an ajax request on load.
Do you have any perf numbers to share? Thanks! |
|
We avoid this with Rendr by defining routes, controllers, models, etc in a way that can be run on both sides.