Echo JS 0.11.0

<~>

mulderp comments

mulderp 3544 days ago. link 1 point
The slides are from a talk I did at the MunichJS meetup. It contains some background ideas on how I changed from blogging about "philosophical" ideas (and Ruby) to blogging about JavaScript. Parts of my blog actually resulted into the book on fullstack JavaScript development with Backbone, see http://pipefishbook.com/
mulderp 3548 days ago. link 1 point
hm.. the gist seems offline now?
The background of the gist was using: Browserify as service http://wzrd.in/ and some examples how to bind browserify modules to make require('foo') work in the developer console.
mulderp 3563 days ago. link 1 point
interesting, there is a Redis dependency in package.json - Redis is one of my favorite data stores too.
mulderp 3580 days ago. link 3 points
very nice indeed, the examples look like a lot of fun!
mulderp 3583 days ago. link 2 points
That might be true. It would be interesting to have some ways to track quality of Node modules, maybe in terms of open issues, last commit, or maintainer activities.
mulderp 3593 days ago. link 1 point
really interesting - are there more in the echojs community that experiment with arduino and javascript?
mulderp 3593 days ago. link 1 point
nice - most examples I've seen already elsewhere. One thing that confuses me still slightly is the difference between "state" and "property" of a component. Anyone has an example that shows the difference? E.g. when the item in the navigation is selected, is that a state or a property?
[more]