React essential Components
This post is based on my personal experiences.
-
Browserify : allows the browser to use NPM modules
-
Babel : Compiles ES6/JSX into browser-readable Java-script.
-
Babel-React-Preset : Tells Babel how to compile JSX
-
Babelify : Allows you to use Babel with Browserify
-
Watchify : Watches for changes and instantly starts compiling
-
bcryptjs : for account security purpose. convert plain text(Password) to cryption