PressX2Jason / PressX2Jason.github.io

A place to show off my self taught reactjs skills. Also functions as a versioned resume.
https://pressx2jason.github.io/
0 stars 0 forks source link

Code duplication, leverage DateFormater #48

Closed PressX2Jason closed 5 years ago

PressX2Jason commented 5 years ago

Education.jsx is using momentum to format its dates, but there is already similar code for that within the DateFormater.jsx under jobExperience.

  1. Move DateFormater higher within the Hierachy to signify more components share this utility class
  2. Change Education.jsx to leverage this code.