242 Commits

Author SHA1 Message Date
bicarlsen
66ff9267c4 Merge pull request #208 from bicarlsen/patch-2
Typo fix in 27_response.md
2025-06-13 11:09:12 -04:00
Greg Johnston
d81e6b2b41 Merge pull request #192 from ryykdev/patch-6
Update interlude_styling.md
2025-06-12 16:53:17 -04:00
Greg Johnston
0d408fb1fe add some notes on SSR, and clarify CSR 2025-06-12 16:53:03 -04:00
Greg Johnston
e055fa68e4 fix: use .into_any() instead of .into_view() for type erasure (closes #210) 2025-06-10 21:10:09 -04:00
Tomas Tamadamas
21b5b53f08 Set correct url for trunk template (#209)
`cargo generate` works but in browser I can see redirection to this url, so it might be correct version for repo url
2025-06-09 19:53:12 -04:00
Dylan Gallagher
2bbb5d2acd Added syntax highlighting to example in iteration chapter (#201)
It was missing syntax highlighting
2025-05-28 13:06:40 -04:00
seemawn1981
6e22dc2831 fix: add missing .get() calls in signals (closes #199) (#200) 2025-05-27 21:11:44 -04:00
seemawn1981
2cbfa7c739 add missing import (see #174) (#198) 2025-05-23 15:03:51 -04:00
Greg Johnston
974df8db21 close #174 2025-05-22 09:11:25 -04:00
Greg Johnston
708fc72648 update LocalResource note to 0.8 API 2025-05-12 10:24:29 -04:00
ryykdev
4c1f05ca31 Update interlude_styling.md
fixed word order
2025-05-10 19:43:52 +02:00
ryykdev
fa4ed94324 Update interlude_styling.md
using plain css with CSR site - i might add info on how to do it with a SSR site when i get that far in the tutorial
2025-05-09 20:46:32 +02:00
Jérôme MEVEL
c9fd7eb0e1 fix(Effect::watch): refer to 'dependency_fn' and 'handler' args (#179) 2025-05-09 13:24:55 -04:00
Balázs Marcell
30af7fa2e4 made the builder version the same as the runtime version, in the docker file (#124)
when i tried to run this with different versions, it gave me a openssl not found error, but when i changed it it worked
2025-05-09 13:24:06 -04:00
martin frances
c579a399ad Minor: Updated from tls1.2 to tls1.3 (#167)
Why should we drop 1.2?

"In TLS 1.2 and earlier versions, the use of ciphers with cryptographic weaknesses had posed potential security vulnerabilities"

<https://www.a10networks.com/glossary/key-differences-between-tls-1-2-and-tls-1-3/>
2025-05-09 13:23:48 -04:00
Sergey Reshetnikov
3108235f29 Update 05_forms.md (#172)
Added a missing mention of calling the set() function.
2025-05-09 13:23:15 -04:00
Sergey Reshetnikov
cfa474aaec Update SUMMARY.md: Deleted the extra letter 's' in menu item (#173) 2025-05-09 13:23:02 -04:00
nogiro
6644e103ed Fixes let:child to let(child) in src/view/04b_iteration.md (#175) 2025-05-09 13:22:42 -04:00
dbdr
b3b61c5823 Use let(child) syntax consistently (#186)
This section mixed let(child) and let:child without explanation. This should remove a possible source of confusion.
2025-05-09 13:22:31 -04:00
Andy Wright
1d05186509 Fixes "Unused variable" warning (#169) 2025-05-09 13:22:18 -04:00
Greg Johnston
b4a1975f83 update <textarea> comment for 0.7 2025-05-02 15:25:30 -04:00
Greg Johnston
1f603bbf3b add note about radio buttons in form section 2025-05-02 15:19:23 -04:00
ryykdev
24474fff5b Update interlude_styling.md
added info on how to bundle plain CSS
2025-05-01 09:49:36 +02:00
Jérôme MEVEL
2e85332d73 fix(islands): replace mount_to_body by hydrate_body (#191) 2025-04-24 09:27:43 -04:00
ryykdev
11fe9f22b9 Update 06_control_flow.md (#188)
value.get() instead of value()
2025-04-18 10:25:59 -04:00
ryykdev
acdf261749 Update 10_resources.md (#190)
corrected typo
2025-04-18 10:23:57 -04:00
Greg Johnston
7e9ce9a9cd clarify nightly-only Fn() implementation (closes #185) 2025-04-11 14:13:30 -04:00
Abhay Gupta
e7d1ec302c fix: typo (missing space) 2025-04-11 14:07:57 -04:00
Matt
158d0a51c0 Update ssr.md to avoid Cargo.lock version issue (#184)
Lockfile v4 was stabilized in Rust `1.78.0`. Because of that, when using a stable Rust version from before that version, as here, Cargo.lock version mismatches can arise. This corrects that issue by using the latest Stable Rust as the builder.
2025-04-06 15:22:44 -04:00
Jérôme MEVEL
5b0b9d3959 fix(15_global_state): deleting note (sandbox deleted in a previous commit) (#182) 2025-04-04 15:58:52 -04:00
Jérôme MEVEL
3dacbcb347 fix 17_nested_routing example (#183) 2025-04-03 19:12:08 -04:00
Greg Johnston
bf02f8bdab Update leptos_dx.md 2025-04-02 20:53:53 -04:00
Greg Johnston
05f7613d86 add note about --cfg=erase_components 2025-04-02 20:52:14 -04:00
Jordan Hall
d42ec851f1 Update 04b_iteration.md to say signal instead of single (#181) 2025-03-26 19:10:11 -04:00
Greg Johnston
cc06c0b322 close #178 2025-03-18 20:01:18 -04:00
Jérôme MEVEL
5b2c1abc65 05 forms: wording ('may be easier') (#176) 2025-03-05 08:59:23 -05:00
Greg Johnston
6ce13a2d7f update GitHub pages actions 2025-02-22 08:13:50 -05:00
tabris87
4d209610d6 replace nightly syntax with stable in form example (#171)
Fixed a source code issue which caused a compiling error for me.
2025-02-10 21:02:11 -05:00
Greg Johnston
2a7dcb9b6c Update 17_nested_routing.md 2025-02-05 19:23:28 -05:00
John Aughey
c62fe2a001 Fixing nested route example. (#168)
The nested route example nested two Route tags instead of a ParentRoute and Route.  This should be the correct usage.
2025-02-05 19:22:31 -05:00
bicarlsen
832639b0cc Add section on local reactivity. (#147)
* Add section on local reactivity.

* Update working_with_signals.md

* edit text

---------

Co-authored-by: Greg Johnston <greg.johnston@gmail.com>
2025-01-31 11:50:09 -05:00
Felix Dietze
7c4738520e Update 08_parent_child.md - note type safety tradeoff for context api (#143) 2025-01-30 21:09:17 -05:00
Oliver
27eb5e20aa showcase let syntax in For (#151)
Co-authored-by: Oliver Nordh <oliver.nordh@proton.me>
2025-01-30 21:08:29 -05:00
Greg Johnston
bf566af128 Update 14_create_effect.md 2025-01-30 09:43:01 -05:00
Greg Johnston
7b7260e1fb closes #162 2025-01-29 20:59:56 -05:00
Edwin Amsler
d738934b48 Remove reference to MaybeSignal (#163)
* Remove reference to MaybeSignal

The MaybeSignal has been deprecated as of PR leptos-rs/leptos#3098 so let's remove it as a suggestion

* Missed a comma
2025-01-29 19:52:04 -05:00
Edwin Amsler
8c4df34f99 Remove accidental 's' (#164) 2025-01-29 19:51:48 -05:00
Edwin Amsler
8209be6efc Change "with" to "to" (#165)
Tiny grammar fix
2025-01-29 19:51:33 -05:00
FJ
6f6e2c2a7b Update 04_iteration.md (#150)
Fix closure input, change from tuple to single `RwSignal`.
2025-01-29 19:51:10 -05:00
Edwin Amsler
f1d3e5eb1f Be more concise and complete describing Effect::watch (#166) 2025-01-29 19:50:47 -05:00