liaoliao666

Results 4 issues of liaoliao666

this PR is for adding `react-query-kit` package to the docs. I recently wrote this package to get rid of the tedious management of `queryKey` and make `queryKey` strongly related to...

here is the minimal example ```rust impl eframe::App for App { fn clear_color(&self, _visuals: &egui::Visuals) -> [f32; 4] { egui::Rgba::TRANSPARENT.to_array() } fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {...

I'm currently using Tailwind and Blitz, and I've discovered that the following doesn't work: ```rsx button { class: "hover:bg-amber-500", "home" } ``` ```css .hover\:bg-amber-500 { &:hover { @media (hover: hover)...