Project Directory Structure
React Data Grid
Components
The react components are split up based on their usage in the grid itself or the integrated charts. They're given self-explanatory names.
Services
The services folder contains the logic for handling API requests and other backend interactions. Each service is exported as a new instance of a javascript class. The services are imported and used in the components as needed.
CSS & more
CSS files in the deebo-grid/src/css folder cater to specific components, while the index.css declares global styles.