Export Image
Export Code

Smiley Face Part V (Multiple files with ES6 modules)

Ilgar Akalın

Last edited Sep 16, 2021
Created on Sep 16, 2021

Part V Multiple files

index.js
|---- Background.js
|---- Eyes.js
|---- Mouth.js ------- d3.arc

  1. Refactoring React components
  2. Using many files with ES6 Modules
  3. Named exports vs. default exports
  4. Using react Fragments
  5. Composing the face from components
    • Backgrouns, Eyes and Mouth
MIT Licensed