Jin's Blog

React essential Components

July 25, 2017 | 0 Minute Read

This post is based on my personal experiences.

  1. Browserify : allows the browser to use NPM modules

  2. Babel : Compiles ES6/JSX into browser-readable Java-script.

  3. Babel-React-Preset : Tells Babel how to compile JSX

  4. Babelify : Allows you to use Babel with Browserify

  5. Watchify : Watches for changes and instantly starts compiling

  6. bcryptjs : for account security purpose. convert plain text(Password) to cryption