oslabs-beta / TrailGuide

MIT License
0 stars 0 forks source link

Modular graphs #44

Open aidanprior opened 5 days ago

aidanprior commented 5 days ago

Problem

As a developer, I'd like to be able to add a new graph component quickly with recharts JSX components, instead of having to create a new custom component that is only slightly different and building out custom interactions with the data.

Solution

Pulling state management/storage out of the graph components, and collect it in the Home page component, so that creating a new graph can directly interact with Rechart components and avoid excessive code.

Additional information

No response

๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributing