Matt Davis

Results 26 comments of Matt Davis

So, that npm-deps() package seems pretty broken. I tested it out and ran into a bunch of errors, and upon taking a closer look, the repo (https://github.com/Automattic/npm-deps) hasn't been updated...

My stopgap measure for upgrading to the RC's was to rely on the umd.js packages provided by npm. I'm doing this for all the ng2 packages as well as rxjs......

Capturing some of my discovery work here: https://github.com/twigjs/twig.js

I did get more details about the existing twig / ng2 template integration and, as I've written about [elsewhere](http://mrjmd.com/angular-universal-and-php-first-adventures-v8js), while interesting it is not an ideal solution. Instead I propose...

My two cents: The idea is that, at its root, the main pdb module is essentially a "component API". A decoupled block is a component written in its own directory...

I've added the ToDo MVC component from [here](http://todomvc.com/examples/react/#/) as another React example.