Francis Nimick
8b15f5b886
Update complex data iteration with memoized slices example ( #246 )
...
Update to use `ForEnumerate` rather than `For`, to support reordering of
data values as well.
2025-12-18 14:53:23 -05:00
Greg Johnston
700357e6a1
Update metadata.md
2025-12-14 17:23:02 -05:00
Greg Johnston
cbc5d0238c
Update action_form.md
2025-12-05 09:26:52 -05:00
Greg Johnston
b9f3721444
update notes on server fn encoding quirks
2025-11-28 11:41:03 -05:00
Luke M
7896d0f35e
feat: add spa routing setup command ( #245 )
...
When hosting Leptos CSR on Github Pages, to get routing working correctly, the 404.html will need to allow Leptos Router to handle requests.
A pretty straightforward way to do this is to simply copy index.html to 404.html. This change adds a Github Action step that does that automatically.
2025-11-07 13:47:34 -05:00
Andrea C
d58d0d12b5
feat: add Netlify CRS deployment ( #244 )
...
Signed-off-by: andreacfromtheapp <3269984+andreacfromtheapp@users.noreply.github.com >
2025-10-29 09:25:25 -04:00
Greg Johnston
86d4e45da9
mention custom elements in builder syntax
2025-10-17 11:24:27 -04:00
Greg Johnston
2339bdb550
mention custom elements in view macro section
2025-10-17 11:23:03 -04:00
alisterd51
6e5d1672e3
fix typo in control_flow ( #242 )
2025-10-13 10:01:28 -04:00
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