liaoliao666

Results 3 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) {...