Dylan Manuel
a8c51a9fe4
docs: update VSCode settings key for enabling rust analyzer cargo features ( #241 )
2025-10-06 20:02:52 -04:00
Erlang Parasu
b33147d5aa
fix link to start-actix template
...
just update link
2025-10-04 09:25:35 -04:00
Greg Johnston
909ab7c50e
add discussion of lazy-loading ( closes #238 )
2025-10-03 12:46:29 -04:00
vladi430
cab7373a83
Documented Slots ( #213 )
...
- Added `Typed Children: Slots` to `09_component_children.md`, which documents the usage of `slots`
2025-10-01 15:07:00 -07:00
n-l-i
7abf4ca53d
Clarify note regarding <Routes view=... /> ( #214 )
2025-10-01 15:06:04 -07:00
Mark O'Dowd
3bb89c97d5
docs: list clarity and grouping ( #223 )
2025-10-01 15:05:17 -07:00
Jesse Hoobergs
4ac86072ed
Added a note to discourage using isize and usize ( #123 )
...
* Update 25_server_functions.md
Add note on Number sizes
* Update src/server/25_server_functions.md
Co-authored-by: Jérôme MEVEL <2572775+jmevel@users.noreply.github.com >
---------
Co-authored-by: Ben Wishovich <benwis@users.noreply.github.com >
Co-authored-by: Jérôme MEVEL <2572775+jmevel@users.noreply.github.com >
2025-10-01 15:04:36 -07:00
Quinten Konyn
a2597a8a1d
Fix typo / formatting in Params and Queries ( #224 )
2025-10-01 15:02:53 -07:00
Greg Johnston
da5f55e53a
explain how to expand macros for additional builder syntax examples
2025-09-28 13:54:27 -04:00
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