Commit graph

13 commits

Author SHA1 Message Date
Maccesch
d73dbdbc5e migrated to leptos 0.5.0-alpha2 2023-08-10 22:50:13 +01:00
Maccesch
5c79bf349e fixed use_websocket example 2023-08-10 22:50:13 +01:00
Maccesch
35528c434b use_websocket DX 2023-07-28 21:03:18 +01:00
Maccesch
9a998b1dd4 rustfmt for all examples 2023-07-27 19:48:21 +01:00
Maccesch
2e08874db0 ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
Maccesch
e2dcc81958 moved websocket into network category and removed feature 2023-07-14 16:43:42 +01:00
Jens Krause
bd65a4de92 on{name}-> on_{name} for using same naming
conventions for callbacks all over the place
2023-07-13 08:38:11 +02:00
Jens Krause
e4f221f275 CloneableFnMutWithArg -> CloneableFnWithArg 2023-07-13 08:32:30 +02:00
Jens Krause
2c62c85801 WIP: Use builder(into) - still failing 2023-07-12 09:20:43 +02:00
Jens Krause
12eb953c70 Address review suggestion, update doc + book 2023-07-11 19:23:43 +02:00
Jens Krause
325db84870 clean up 2023-07-11 15:15:18 +02:00
Jens Krause
e0a069ead6 Use store_value for non-reactive references
to be more Leptos like - no need to do all these Rc<RefCell<..>> manually.
2023-07-11 15:08:45 +02:00
Jens Krause
ae2eb61b6f Add use_websocket + example 2023-07-10 15:55:17 +02:00