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.
Type[Dataset]toDataset.