Commit graph

18 commits

Author SHA1 Message Date
Maccesch
c45c31fa9a release 0.7 2023-09-30 18:24:06 +01:00
Maccesch
eff44f42e0 websocket uses &str in send instead of String 2023-09-28 00:37:14 +01:00
Maccesch
6995c684f8 updated to leptos 0.5.0-rc3 2023-09-27 17:00:41 +01:00
Maccesch
53acf514c2 updated to leptos version 0.5.0-rc2 2023-09-17 15:51:37 +01:00
Maccesch
84e99dbb9e updated to leptos 0.5.0-beta2 2023-08-31 04:46:46 +01:00
Maccesch
075b073d31 migrated to leptos 0.5.0-alpha2 2023-08-04 16:18:59 +01:00
Maccesch
04c880a3fc fixed use_websocket example 2023-08-04 13:18:38 +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