Commit graph

185 commits

Author SHA1 Message Date
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
Greg Johnston
27d917556c Merge branch 'main' of https://github.com/gbj/leptos 2022-10-09 22:22:19 -04:00
Greg Johnston
ca37ca9c68 Actual README content 2022-10-09 22:22:04 -04:00
Greg Johnston
229d7ffce1 Initial work on Leptos Guide 2022-10-09 22:21:54 -04:00
Greg Johnston
15e4da9600 Work on docs 2022-10-09 22:17:09 -04:00
Greg Johnston
3edc834b7c
Note that README is incomplete 2022-10-09 09:12:11 -04:00
Greg Johnston
831ca3b819 Initial work on docs in README 2022-10-08 22:22:35 -04:00
Greg Johnston
b6cdf43622 Fix issue #1 on route loaders reloading 2022-10-08 22:03:35 -04:00
Greg Johnston
3638f488c9 Change <Link/> and <NavLink/> to <A/>, and update router example 2022-10-08 21:34:59 -04:00
Greg Johnston
2d2f2a52a4 Update all libraries and examples to use new set_x API 2022-10-08 20:39:13 -04:00
Greg Johnston
6e5e18eb33 Transition example broken, should fix 2022-10-08 20:38:56 -04:00
Greg Johnston
a26ab79415 Change default behavior of WriteSignal so that set_X() assigns a new value T, and set_X.update(...) takes a fn 2022-10-08 20:38:34 -04:00
Greg Johnston
1a61b7a5f9 Version 0.0.3 2022-10-08 08:13:30 -04:00