Giter VIP home page Giter VIP logo

almond-playground's Introduction

Theory

  • We have two bootstraps, one for pre-domReady & one for post-domReady code
  • We produce both from the r.js optimiser
  • We use almond to inline the pre-domReady bootstrap in to the page so it's executed inline (ie. in )
  • We use almond's basic require()/define() implementation to load the second bootstrap (ie. article.js) after domReady is fired

Why?

  • This gives us fast, non-blocking access to properties that are present before the DOM has loaded (Eg, localstorage)
  • ... and defers all the dom-dependent stuff to later (as it currently is)
  • We use a simple AMD loader designed for AMD modules that have been compiled (Almond is 1kb)

Problems

  • The shared modules (Eg, common) appear in both the almond and article bootstraps

almond-playground's People

Watchers

 avatar  avatar

Forkers

phamann

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.