Greg Johnston
|
256cf0c59b
|
Remove old book
|
2023-02-05 21:28:52 -05:00 |
|
Martin
|
fdece25051
|
BugFix, ch03 properly construct the "input_element".
|
2023-01-27 20:04:29 +00:00 |
|
Martin
|
817bb1628e
|
doc/book updated leptos version.
|
2023-01-27 19:00:31 +00:00 |
|
hakesson
|
884297706a
|
Search https://github.com/gbj/ and replace with https://github.com/leptos-rs/
|
2023-01-13 09:03:11 +01:00 |
|
Greg Johnston
|
b944b17e6d
|
Update Leptos_logo_pref_dark_RGB.svg
|
2023-01-10 21:56:30 -05:00 |
|
Greg Johnston
|
c24f33aeb2
|
Dark-mode logo
|
2023-01-10 21:51:59 -05:00 |
|
Greg Johnston
|
43f107d9bd
|
New logo
|
2023-01-09 19:33:38 -05:00 |
|
Greg Johnston
|
d7dba85f2d
|
Missing changes re: docs
|
2022-12-29 17:43:06 -05:00 |
|
Greg Johnston
|
4b1fce4c9c
|
Revert "Merge branch 'main' into pr/119"
This reverts commit 63f680f37d , reversing
changes made to 50ba796f49 .
|
2022-12-28 15:06:46 -05:00 |
|
Ke7in
|
1b0200390b
|
Update COMMON_BUGS.md to fix typo
```rust
let (b, set_a) = create_signal(cx, false); // should be set_b
```
|
2022-12-25 18:27:52 -05:00 |
|
Greg Johnston
|
611a1aeb28
|
Use relative paths in book for CI
|
2022-11-25 15:48:32 -05:00 |
|
Greg Johnston
|
994debea3f
|
Change _ref attribute to use NodeRef type
|
2022-11-25 15:38:46 -05:00 |
|
Greg Johnston
|
545fcce97c
|
Set book chapters to depend on latest version explicitly
|
2022-11-22 20:52:46 -05:00 |
|
Greg Johnston
|
8e624d4942
|
Update book
|
2022-11-22 07:32:05 -05:00 |
|
Greg Johnston
|
46b1a96cc7
|
Allow triggering an effect to re-run from within the effect (so that e.g., you can get() and set() the same signal within the effect — see issue #83)
|
2022-11-17 20:16:57 -05:00 |
|
Greg Johnston
|
d6c6ab7939
|
Create list of common bugs (includes #82 and #83)
|
2022-11-17 18:20:54 -05:00 |
|
Greg Johnston
|
745317a79b
|
Additions to reactivity chapter
|
2022-11-14 16:58:35 -05:00 |
|
Greg Johnston
|
777f25e311
|
Add ability to use mermaid diagrams for reactive graphs
|
2022-11-14 16:58:22 -05:00 |
|
Greg Johnston
|
876aa0f0f4
|
Fixing ch04 reactivity example (incomplete)
|
2022-11-13 09:25:22 -05:00 |
|
Greg Johnston
|
e24fb3b294
|
Ongoing work on book
|
2022-11-13 08:58:39 -05:00 |
|
Greg Johnston
|
56c04e3772
|
Small updates to book
|
2022-10-14 15:44:08 -04:00 |
|
Greg Johnston
|
60f9c7b91f
|
Work on book
|
2022-10-12 14:43:49 -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
|
229d7ffce1
|
Initial work on Leptos Guide
|
2022-10-09 22:21:54 -04:00 |
|