Comment on Moving on from RailsparentComments−bphogan14yJust curious, but did you use a JS templating language? Cos we've been sending json back and pushing it to mustache templates which seem to render pretty quick.−jshen14yI used underscore templates. Rendering large complex pages is slow. Doing it client side on an iPad is not good.
Comments
Just curious, but did you use a JS templating language? Cos we've been sending json back and pushing it to mustache templates which seem to render pretty quick.
I used underscore templates. Rendering large complex pages is slow. Doing it client side on an iPad is not good.