#2 Replaced functions components into class components
Merged by josseline. Opened by josseline.

  • Inspired by ReactJs best practices, the components Chart and Header had been refactored following a similar structure to Reactjs. It will improve the project structure.
  • Layouts will be functions that return one or a list of Components, it will render in the root element in the index.
  • Added more contextual fields into the Dataset object, with the purpose to prove the component approach.
  • Fixed typing errors, replace Type[Dataset] to Dataset.

1 new commit added

  • Deleted older utils package

Pull-Request has been merged by josseline