Commit graph

3797 commits

Author SHA1 Message Date
Greg Johnston
f35540b080 RwSignal and create_rw_signal docs 2022-10-15 22:29:48 -04:00
Greg Johnston
fbf4f236bf Remove extra logging 2022-10-15 22:23:29 -04:00
Greg Johnston
899dcb9cd2 Fix inner_html rendering 2022-10-15 22:21:23 -04:00
Greg Johnston
3dd3870dbf Fixing/updating SSR/hydration and some bugs in new reactivity 2022-10-15 22:17:58 -04:00
Greg Johnston
7a04411b64 New reactive system: switching to using SecondaryMaps from slotmap to reduce binary size and creation cost significantly 2022-10-15 19:26:17 -04:00
Greg Johnston
8ed6e81466 Add tests and map_keyed and revert to HashMap -- showed no perf benefit from AHashMap in benchmarks 2022-10-15 19:04:00 -04:00
Greg Johnston
31a64173ee Remove logs 2022-10-15 17:08:35 -04:00
Greg Johnston
1aee36f2c4 Clear some warnings in reactive system 2022-10-15 08:04:33 -04:00
Greg Johnston
2ed8a58894 Remove transitions; maybe work this back in in the future 2022-10-15 07:59:37 -04:00
Greg Johnston
d0127ce30d Initial work on Leptos Router docs and publishing crate 2022-10-14 17:29:22 -04:00
Greg Johnston
9ab08795d9 0.0.7 2022-10-14 15:47:16 -04:00
Greg Johnston
56c04e3772 Small updates to book 2022-10-14 15:44:08 -04:00
Greg Johnston
6d7c36655c Not actually necessary, because the effect won't run on the server anyway 2022-10-14 14:42:27 -04:00
Greg Johnston
16f084a712 Fix Hacker News SSR/streaming/hydration 2022-10-13 18:53:31 -04:00
Greg Johnston
9563e70dcf Fix hackernews example (CSR) 2022-10-13 17:13:30 -04:00
Greg Johnston
2c90922385 Fix up TodoMVC example and add build script on client side 2022-10-13 16:42:00 -04:00
Greg Johnston
07a9be5bcf Merge branch 'main' of https://github.com/gbj/leptos 2022-10-13 16:29:59 -04:00
Greg Johnston
69b0e40638 Addresses issue #6 2022-10-13 16:29:47 -04:00
Greg Johnston
8a6ee14ff5 Update misleading comment 2022-10-13 16:27:32 -04:00
Greg Johnston
6e903b5ea6 Call out to JS for append_nodes so we don't call out n times for n nodes; need to benchmark 2022-10-13 16:27:08 -04:00
Greg Johnston
5bc33a038a
Update README.md 2022-10-13 16:23:44 -04:00
Greg Johnston
79307099ce 0.0.6 with better docs and including <For/> update in leptos_core 2022-10-13 07:35:58 -04:00
Greg Johnston
84a40d472b
Update README.md 2022-10-13 07:28:22 -04:00
Greg Johnston
66134309f3
Add badges to README 2022-10-12 22:46:33 -04:00
Greg Johnston
2f28d0ac56
Update README.md 2022-10-12 22:32:32 -04:00
Greg Johnston
2b1eeacef1 Remove transition example 2022-10-12 22:30:38 -04:00
Greg Johnston
a03cee3faf Simply versioning of interrelated packages 2022-10-12 22:30:33 -04:00
Greg Johnston
64b6b20606 Queue disposal as separate microtask 2022-10-12 22:18:49 -04:00
Greg Johnston
c501cd0233 Expose queue_microtask 2022-10-12 22:18:05 -04:00
Greg Johnston
b13c4950ca Merge branch 'main' of https://github.com/gbj/leptos 2022-10-12 22:11:49 -04:00
Greg Johnston
434d85a58f Queue a separate microtask for disposal 2022-10-12 22:11:44 -04:00
Greg Johnston
bccc863a50
Update README.md 2022-10-12 22:10:02 -04:00
Greg Johnston
60f9c7b91f Work on book 2022-10-12 14:43:49 -04:00
Greg Johnston
c02839d6fc Remove version numbers from examples 2022-10-12 14:43:42 -04:00
Greg Johnston
38777344c3 0.0.5 2022-10-12 14:17:57 -04:00
Greg Johnston
fbfa2660a3 Revert ahash version to prevent build issues on WASM 2022-10-12 14:13:42 -04:00
Greg Johnston
83b08bd1bd 0.0.4 release 2022-10-12 08:41:48 -04:00
Greg Johnston
f71ce198de Use AHash in map_keyed 2022-10-12 08:38:15 -04:00
Greg Johnston
c9b2a9d5e0 0.0.4 update 2022-10-12 08:38:04 -04:00
Greg Johnston
d82a706ded Merge branch 'main' of https://github.com/gbj/leptos 2022-10-11 22:11:12 -04:00
Greg Johnston
ceedf898e1 Adding lots of docs 2022-10-11 22:11:09 -04:00
Greg Johnston
ae5e6e59c1
Update README.md 2022-10-11 21:42:30 -04:00
Greg Johnston
819c5194c1
Update README.md 2022-10-11 21:40:20 -04:00
Greg Johnston
cd89685dab Fix dimensions and add .gitignore 2022-10-11 21:39:05 -04:00
Greg Johnston
5c50cf3b93 Add SVG logo 2022-10-11 21:35:06 -04:00
Greg Johnston
6e89ea4447 Proc-macro hygiene by including cx in view! macro. :-( but necessary... 2022-10-10 20:44:44 -04:00
Greg Johnston
79f383c89e Merge branch 'main' of https://github.com/gbj/leptos 2022-10-10 10:31:18 -04:00
Greg Johnston
637b4cb4ec Resource docs and testing infrastructure 2022-10-10 10:31:13 -04:00
Greg Johnston
5ac1f06e26
Update README.md 2022-10-09 22:24:04 -04:00
Greg Johnston
e7d00b4db5
Update README.md 2022-10-09 22:23:48 -04:00