ES6 Scala.js Below you can see the same functionality implemented in JavaScript ES6 and Scala.js. See any differences? ES6 const xhr = new XMLHttpRequest (); xhr . ...
Using JavaScript Comments in JSX Using JavaScript Comments in JSX You can place JavaScript comments anywhere in React/JSX you want except locations where JSX might expect a Rea...
Using JavaScript Expressions in JSX Notes Using JavaScript Expressions in JSX Hopefully by now it’s obvious that JSX is just syntactical sugar that gets converted to real Java...
Using Immutable.JS with Redux Table of Contents Why should I use an immutable-focused library such as Immutable.JS? Further Information Why should I choose Immutable.JS as an i...