bakape / brunhild

experimental compressive Rust virtual DOM library
MIT License
13 stars 0 forks source link

Consider doing away with seperate class list storage #15

Closed bakape closed 4 years ago

bakape commented 4 years ago

Will simplify the API greatly and sorting vectors of classes is probably needless overhead and complexity. A helper collection for building class sets into a string sorted by key could be nice though.