Commit Graph

224 Commits

Author SHA1 Message Date
Greg Johnston
155fb00453 include notes about component builder syntax 2025-09-20 17:10:34 -04:00
Greg Johnston
60737787d9 fix typo in component name 2025-09-03 19:52:01 -04:00
Greg Johnston
50b6380477 Update 01_basic_component.md 2025-09-01 11:37:42 -04:00
nogiro
a5bf23fce8 Remove the suffix of filename ( - missing a space in part 2). (#235) 2025-09-01 10:49:07 -04:00
M. Corey Thompson
1998858a4d Update 23_ssr_modes.md (#234) 2025-08-29 14:24:57 -04:00
alexanderpolson
117488b574 improvement: Added more detailed example for complex data submission through ActionForm. (#233) 2025-08-24 14:09:24 -07:00
Greg Johnston
04cd9e0d5a update notes on miniserde/serde-lite 2025-08-24 15:01:52 -04:00
Gabriel Lopes Veiga
7b4c0056db Fix Neovim documentation (#231) 2025-08-22 07:38:33 -07:00
EpixMan
6fa158dbbe Update leptos_dx.md, fix zed options (#232) 2025-08-22 07:37:19 -07:00
Jason Haruska
f353f44ac2 Minor code fix in example (#230)
An example `view!` tag was not closed, creating a compilation error.
2025-08-19 16:48:34 -04:00
Spencer Ferris
1e9260a0ae docs: Add instructions for running leptosfmt in the RustRover IDE (#229) 2025-08-19 07:38:51 -07:00
Abdelrahman Omar
ec54e24169 Update working_with_signals.md broken link to server-side rendering (#216)
the original link "../ssr/README.md" shows 
"Document not found (404)
This URL is invalid, sorry. Please use the navigation bar or search to continue."
I think the corrected one should be "../ssr/" to show this page
"Part 2: Server Side Rendering"
2025-08-18 18:39:16 -07:00
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