/var/log

Tag: React

React, Babel and NPM

These are the steps to take when developing a React application with automatic JSX (and es2015 to es5) transformation with Babel. I don't use a bundel in this example, so you cannot use things like "import" and you have to add script tags to your HTML page to import Javascript files. Initialize your NPM project - […]