Watch @mpj for #javascript thoughts and tutorials

https://www.youtube.com/watch?v=EmGfdlixQHo

It's going to take a lot more convincing for me to give up MVC thinking, or templates:

1. I like seeing how my component will be rendered mostly in HTML
2. Anything complicated is done in view model/controller code so I'm not tied down to presentation
3. Most people already know what framework they are working in, and have history of templates: Angular, ASPX, etc.

@matresstester I totally buy 1 if you find that valuable enough, but regarding 2) you can just not put complicated logic in your render functions 3) then we should just all be using fortran. :)

@mpj we rely on layers of languages to help us do our jobs with tradeoffs - assembly, bytecode, javascript, HTML, etc.

I wouldn't think it's a regression in our craft to have use DSL.

But hey, if I get to do JSX long enough I may see the light.

BTW - awesome vids, great topic, thanks for making them.