CottageLabs / edges

Data query, manipulation, search and visualisation front-end library
MIT License
8 stars 7 forks source link

Look for ways to better reuse renderers across UI frameworks #31

Open richard-jones opened 4 months ago

richard-jones commented 4 months ago

Renderers are mostly HTML and have a set of behaviours attached to them. For the most part the difference between, say, BS3 and BS5 are minor, but in the current approach two complete copies are required. Is there a way to reduce the amount of actual code duplication and just focus on the specifics of the CSS framework?

Acceptance Criteria