rebo
rebo
## JS Framework Benchmark The current de facto standard benchmark for measuring the performance of front end apps seems to be https://github.com/krausest/js-framework-benchmark. This is a fairly straightforward benchmark covering a...
Some additional experimentation has highlighted a useful pattern for state management and coordination. I want to collect some feedback on the following to help pin down the API. ## Problem...
### Wouldn't you just prefer to simply set styles... ```rust let style = S .background_color("red") .margin("2px") .padding("8px"); button![style, "Hello!"] ``` ### ...pretty clean! This issue details a proposed styling system...
Seed-UI?
 Now that comprehensive styling is possible ( [Seed Style](https://sleepy-galileo-cdf13e.netlify.app/) ). I thought I would see what abstractions could be sensibly built on top. One thing I really love about...
Although at some point a thorough look at all performance aspects of Seed will be useful (particularly vdom-diffing). I thought I would highlight some issues I have encountered whilst reviewing...
Hi, It seems the crate size is about 1.1mb, I think this is down to the gif displayed in the readme. We would like to use rust-hsluv in our project...