import 'core-js/stable'; //polyfilling everything else
import 'regenerator-runtime/runtime'; //polyfilling async await
- s/w needs a structure, the way we organize our code.
- Need to maintain the project in future.
- Need to expand the project in future. (new features)