Are SPAs (Single Page Applications) suitable for sites aimed for mobiles?

前端 未结 8 1211
野趣味
野趣味 2021-01-31 03:27

I am planning to create a website with around different 20 views/pages primary for mobile phones.

If I want to focus on a making the user experience very responsive (as

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-31 03:35

    SPA is good choice for mobile sites. The following template seems good performance on mobile SPA sites

    Hottowel
    (Overview)

    With the less response time you can able to achieve great performance. I have tried the above template to create web site which supports both mobile browsers and web browsers as well.

    1. Use the jquery to make the dynamic process
    2. Use the ajax call to make the quick calls to data as needed
    3. MV architecture will give you a clear picture to implement your concepts
    4. HTML5 will be the better choice for front end
    5. Use separate API to handle data process which will increase your performance

提交回复
热议问题