Is client-side UI rendering via Javascript a good idea?

前端 未结 10 1544
挽巷
挽巷 2021-01-30 18:28

The \"classic\" approach to web development has been for some time a thin client and a thick server: the server generates HTML and spits it out for the browser to render only. B

10条回答
  •  臣服心动
    2021-01-30 18:40

    The YUI Theater has a video that I think is highly relevant to your question - I strongly recommend watching it

    High-performance JavaScript: Why Everything You've Been Taught Is Wrong

    The title is a bit misleading, but he actually talks about the very issues you're facing.

提交回复
热议问题