by nej on 7/8/15, 11:06 PM with 17 comments
by benaiah on 7/9/15, 4:33 AM
> > You seriously made another module loader?
> Yeah. There are several reasons why:
> To create a new-feeling environment that is clearly not node,
> because you’re writing code that runs in node and IE9 and Chrome
> etc. It shouldn’t feel like any old node.js module.
Why shouldn't it feel like any old node.js module? Nearly all the work
in JS packaging of late has been to abstract the differences so that
we can use the well-established node packaging system on both ends.
We're already able to do it with stuff like babel and browserify.by vans on 7/9/15, 7:35 AM
by enahs-sf on 7/9/15, 4:42 AM
by pdkl95 on 7/9/15, 9:32 AM
Using javascript to enhance the page to provide faster loading or other features is great, but it is important to have at least something on the page when javascript is not available.
by amelius on 7/9/15, 10:33 AM
If the code can run on the client as well as on the server, does this mean the client has direct database access?
How well does that work out for the number of required round-trips?
by taylorhughes on 7/9/15, 3:47 PM
by kellysutton on 7/9/15, 6:39 AM
by Egregore on 7/9/15, 5:09 PM
by DaGardner on 7/9/15, 3:53 PM
by curiousjorge on 7/9/15, 3:14 PM