## Goal Rebuild the demo. ## Background The demo uses Fractal, which [I did not implement well for contributors](https://github.com/frctl/fractal/issues/1167#issuecomment-2024111865). ## Ideas ### A. Use Storybook & React Storybook & React is used for [TACC/Core-Components](https://github.com/TACC/Core-Components). > [!TIP] > I lean toward this solution, because it is simpler initially than integrating into Core-Components demo. ### B. Integrate TACC Core-Styles & Core-Components Because given — - [TACC/Core-Components](https://github.com/TACC/Core-Components) will use React and Storybook. - [TACC/Core-Styles](https://github.com/TACC/Core-Styles) might use React and/or Storybook - [TACC/Core-Components](https://github.com/TACC/Core-Components) still (as of 2025-02) relies on Core-Styles. — maintaining a demo for each seems — - like excessive maintenance - possibly redundant — so combine the two into one. > [!WARNING] > Maybe too complex to do given the infancy of **both** Core-Component's **and** Core-Styles v3. Consider this for v4.
Goal
Rebuild the demo.
Background
The demo uses Fractal, which I did not implement well for contributors.
Ideas
A. Use Storybook & React
Storybook & React is used for TACC/Core-Components.
Tip
I lean toward this solution, because it is simpler initially than integrating into Core-Components demo.
B. Integrate TACC Core-Styles & Core-Components
Because given —
— maintaining a demo for each seems —
— so combine the two into one.
Warning
Maybe too complex to do given the infancy of both Core-Component's and Core-Styles v3. Consider this for v4.