Enabling Babel ES7 Features in SystemJS/JSPM

Enabling ES7 support in SystemJS, is a pretty trivial thing to do, but took me a while to figure out how.

I’ll cut to the chase and show you how:

System.config({  
"defaultJSExtensions": true…

React-Router v1.0.0-rc1 Async Routes

One of the game changers in the new react-router release, is being able to define asynchronous route definitions for splitting up your code, enabling lazy loading of your components.


GlobalRemoteObjectFaultHandler Global Error Handler For Parsley 3

Further to my previous post, I still couldn’t get the GlobalRemoteObjectFaultHandler Metadata tag to capture application exceptions being thrown globally. And the reason became perfectly clear upon studying the…