State management, template & custom element JS libs. Helps build the impossible and keeps the common stuff easy. Part of @donejs. JS community & @bitovi built.

Chicago
We're considering using @donejs for a new project; see @justinbmeyer's talk at last week's GeekFest youtube.com/watch?v=BBEg9fgM…
1
4
8
We are upgrading can-simple-dom to work with jQuery 2.2. Once that is done we will get out a new CanJS release.
1
It looks like jQuery 2.2 removes some private apis CanJS was depending on. Please make sure package.json's are pointing to ^2.1.4.
1
1
2
Learn about the define plugin on a live stream in 2 hours: plus.google.com/u/1/b/117481… Talk about it here: gitter.im/bitovi/js-training
1
1
TodoMVC in CanJS 2.3: justinbmeyer.jsbin.com/wuwes… (a little overboard on new view syntaxes to show off possibilities).
5
5
Work on can-define has begun! github.com/canjs/can-define No more calling `.attr`!!!
1
4
5
Updated the GSG overview with better explanations of the tech in CanJS and some good jsbins canjs.com/guides/Tutorial.ht… Feedback appreciated!
6
1st class observables keep things very modular + testable. Here's that mini-app's view-model being tested: jsbin.com/sotero/edit?js,out…
2
One of CanJS's biggest strengths is that it has 1st class observables that can exist outside of a custom element / diffing / dirty checking.
4
A custom <select-loader> that will be part of the upcoming CanJS tutorial: jsbin.com/sonuwuc/edit?html,…
2
CanJS retweeted
DoneJS Weekly Status Notes: forums.donejs.com/t/donejs-c…
1
Computes are like event streams. Slightly less powerful, but much easier to compose. We're trying to figure out best of both worlds.
2
A discussion on FRP and event streams in CanJS m.youtube.com/watch?v=DALnwT…
1
1
CanJS retweeted
One big upside to learning @canjs is that it makes it a good deal easier to learn ES 2015.
1
A great starter bug if anyone wants an easy OS contribution: github.com/canjs/canjs/issue… ... Oh NaN why don't you equal NaN?!?
Thoughts on CanJS's roadmap: forums.donejs.com/t/canjs-ro… Please share yours! We'll discuss it on the @donejs meeting: plus.google.com/u/1/b/100740…
5
1
We are currently prioritizing any legacy bugs in 2.3. Please try upgrading and report.
2
Replying to @akxgomez
@akxgomez taking about how to make updating the DOM algorithmically faster than a diff with @canjs. #jsconf https://nitter.catsarch.com/t.co/JkbPf8OtKq
4
6
CanJS retweeted
DoneJS has three core contributors and three full time contributors! donejs.com/About.html#sectio… Let us know if you'd like to join the team.
3
4
Computes and batch events are going to use a task queue in 2.3.3.