<<=== Advance Components ===>>
Added Add/Edit/Delete feature
Added Sort
Added ErrorBoundary
Added Lazy component loading
Used Stateful and Stateless components
User markup and styles
Implemented lifecycle events
<<=== Session 2: Webpack ===>>
General configuration and environment setup.
Created: package.json file and installed: React, Redux, React-Redux, React-Router, Jest.
Installed and configured Webpack & Babel to get build artifact by running npm command.
Set DEV and PROD build configuration. Used env variables, dev server, optimizations for PROD build. Set up testing. Have test command in package.json file, which will run future tests :)