Category: sitepoint prem

Watch: Using Webpack to Transform JSX

JavaScript processing can be cumbersome and confusing. One of the major objections people have with React is JSX’ need to be pre-processed and packaged up for the browser. Fear not! The Webpack module builder and Babel.js were created for exactly this purpose. In this screencast we’ll setup a simple Webpac...