Giter Site home page Giter Site logo

mehrk's Introduction

mehrk

关于单页面应用的一些思考。
当我们使用JS框架如(AngularJs)打造单页面应用时,在享受其带来的好处时,通常会遇到如下的问题:
1、首次进入会有白屏等待渲染的时间,不利于用户体验。
2、 糟糕的搜索引擎优化和社交网站分享预览。
3、需要等待所有模版与组件在浏览器端载入完成后才能开始渲染,无法即开即看。
4、前后端模版语言不相通。
本实例重点关注以上几个问题。
1、本实例使用Handlebars模版引擎解决前后端模版语言不相通,使用Grunt自动生成供浏览器使用的编译后的Handlebars模版。
2、首次访问时使用服务器端渲染模版,以后每次打开站内链接或点击浏览器的前进、后退时从服务器获取Json数据并在浏览器端渲染模版。
3、前端使用Requirejs及Knockoutjs实现模块管理及MVVM框架。
注意:使用前请先安装Grunt,并运行grunt

mehrk's People

Contributors

caofb avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.