Commit Graph

212 Commits

Author SHA1 Message Date
Ben Wishovich
16c53319a4 Add zed (#228) 2025-08-18 18:38:36 -07:00
Ben Wishovich
30e038755d Modified the DX page to mention feature selection, update erase_features (#227)
* Modified the DX page

* Update leptos_dx.md
2025-08-18 18:23:35 -07:00
mskorkowski
440d973fe6 Note about extracting an attribute spread (#225)
* Note about extracting an attribute spread into function returning `impl Attribute`

* Note about extracting an attribute spread into function returning impl Attribute

Simplified the example as per review.

---------

Co-authored-by: Greg Johnston <greg.johnston@gmail.com>
2025-08-15 13:14:12 -04:00
Greg Johnston
51efb9e3fe Update 03_components.md 2025-08-07 08:09:36 -04:00
Greg Johnston
ff23105954 Update 26_extractors.md 2025-07-31 13:40:20 -04:00
Greg Johnston
2eff8f59e7 Update 26_extractors.md 2025-07-30 09:51:50 -04:00
Eran Boodnero
ca75020662 include the crate styled into the styling interlude (#222) 2025-07-11 10:39:29 -04:00
Greg Johnston
a153d14633 Documented <ForEnumerate/> component (#215)
* Documented `<ForEnumerate/>` component

* Added `let` syntax and linked docs.rs
2025-07-03 12:50:19 -04:00
Povilas Balciunas
395b939279 Document the use of FromServerFnError trait (#219) 2025-07-03 12:49:29 -04:00
Jean-Gab
118c928e95 fix(ssr.md): use bookworm instead of bullseye (#220)
Bullseye does not work anymore with newer versions of cargo leptos. glibc is too old in bullseye now, resulting in this error :
2025-07-03 08:32:01 -04:00
Greg Johnston
cd20f9c38d Update action_form.md 2025-07-01 08:40:07 -04:00
Greg Johnston
88a48d46af clarify wording (closes #217) 2025-06-30 08:34:57 -04:00
Vladi
28dbfabd15 Added let syntax and linked docs.rs 2025-06-29 12:59:57 +02:00
Vladi
1fd81d1105 Documented <ForEnumerate/> component 2025-06-29 12:59:57 +02:00
Greg Johnston
541dbf4dfa Update community_crates.md 2025-06-25 09:08:26 -04:00
Jérôme MEVEL
7b751b4a8d fix minor typos and grammar (#195) 2025-06-13 11:12:57 -04:00
Francis Chua
7900472c8b Update 06_control_flow.md to clarify value changes (#202) 2025-06-13 11:12:20 -04:00
Marc d'Entremont
180e76a2d6 Update 05_forms.md (#204)
Some very small fixes to typos and punctuation.
2025-06-13 11:12:01 -04:00
Greg Johnston
016ec78e69 fix example code on resources 2025-06-13 11:10:56 -04:00
bicarlsen
f338c73cb0 Update 24_hydration_bugs.md (#207)
Remove reference to deprecated `create_effect` function in favor of `Effect`.
2025-06-13 11:09:25 -04:00
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