The following code is not transformed by JSX: ``` javascript render: function (optionalArg = "default value") { ``` [See for yourself here.](http://facebook.github.io/react/jsx-compiler.html) Other transpilers, [like 6to5, support this transformation](https://6to5.github.io/features.html#default-parameters).