Skip to content

makaubenson/forkify

Repository files navigation

Forkify Recipe-APP

Polyfilling modern js

import 'core-js/stable'; //polyfilling everything else
import 'regenerator-runtime/runtime'; //polyfilling async await

Why Need and Architecture?

  • 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)