Lunatic
e183bfe278
docs: inculde missing cx
in 16_routes.md ( #1141 )
2023-06-03 16:46:27 -04:00
Greg Johnston
1c236d74b6
docs: add examples of synchronizing signal values ( #1121 )
2023-05-29 07:38:06 -04:00
Greg Johnston
3628aaab55
Merge pull request #1104 from leptos-rs/docs-updates
...
Docs updates
2023-05-26 17:06:58 -04:00
Greg Johnston
cd195c3700
docs: extractors
2023-05-26 17:06:07 -04:00
Abhik Jain
9dc5d93b99
docs: fix generic type ( #1102 )
2023-05-26 16:54:37 -04:00
Greg Johnston
f71e530810
docs: add leptos_meta
section
2023-05-26 16:38:39 -04:00
Greg Johnston
6c471f7be4
docs: reorganize into a section on reactivity
2023-05-26 16:06:57 -04:00
Greg Johnston
f80f4ef110
docs: update Global State section for best practices
2023-05-26 16:00:37 -04:00
Greg Johnston
846c338491
docs: clarify difference between set()
and update()
( #1082 )
2023-05-22 15:34:15 -04:00
Greg Johnston
aaf63dbf5c
docs: clarify SSR/WASM binary size comments ( #1070 )
2023-05-19 15:46:26 -04:00
Greg Johnston
87f6802967
docs: update notes on WASM binary size to work with SSR too ( closes #1059 ) ( #1068 )
2023-05-19 15:08:32 -04:00
kasbuunk
9453164dd2
docs: fix typo in view fn ( #1050 )
2023-05-16 14:34:37 -04:00
Warre Dujardin
72414b7945
docs: fix link to cargo-leptos README in the book ( #1012 )
2023-05-06 13:42:44 -04:00
FrankReh
1afa14ccbd
docs: adjust Dynamic Attributes page ( #1011 )
...
Adjust the intro in the Dynamic Attributes page to include
the recent `dynamic style` feature. Also reorder a little given
the order of the page body that follows.
2023-05-06 13:42:16 -04:00
Warre Dujardin
477c29cdf1
docs: close iframe tag ( #1013 )
2023-05-06 13:41:50 -04:00
Greg Johnston
49a424314a
docs: add a serevr fn section ( #1014 )
2023-05-06 13:14:16 -04:00
Greg Johnston
1fdb6f1cdf
feat: add style:
to view ( #1009 )
2023-05-06 06:23:20 -04:00
Roland Fredenhagen
1011c464dc
feat: add collect_view(cx) ( #956 )
2023-04-28 16:02:24 -04:00
Frank Panetta
4b498a3b42
chore: fix typos ( #964 )
2023-04-28 12:10:48 -04:00
Greg Johnston
de553cf4fe
docs: add note on projecting children ( #959 )
2023-04-26 20:08:12 -04:00
Greg Johnston
04b01a6ced
docs: add note about adding CSS classes
2023-04-25 16:26:08 -04:00
Greg Johnston
c74b15b120
docs: add section on WASM binary size
2023-04-23 15:07:48 -04:00
Greg Johnston
a0935c169e
docs: add some content on server-side rendering ( #930 )
2023-04-22 15:15:48 -04:00
Greg Johnston
732ec14302
docs: add use of batch
to avoid BorrowMut
panic
2023-04-22 07:03:10 -04:00
J
689afec26e
docs: fixed typo in interlude_styling.md ( #924 )
2023-04-22 06:49:15 -04:00
J
bbf23ea40a
docs: removed extra unused code blocks in form.md ( #923 )
2023-04-22 06:48:28 -04:00
J
34e0a8e47d
docs: fixed a minor typo in async readme ( #921 )
2023-04-22 06:47:44 -04:00
Greg Johnston
3905a2aa60
docs: SSR modes
2023-04-17 17:00:52 -04:00
Greg Johnston
ff6ce2dac0
docs: add SSR mode videos
2023-04-17 16:03:36 -04:00
Greg Johnston
16675cbff2
docs: add chapter on styling
2023-04-17 11:50:50 -04:00
Stackingttv
e20c77710d
docs: fixed typo in life cycle docs ( #869 )
2023-04-14 15:12:18 -04:00
Chris Roth
78c59df1d1
docs: fix match statement ( #860 )
2023-04-14 14:05:21 -04:00
Greg Johnston
75e40eafb2
docs: add "Life Cycle of a Page Load"
2023-04-14 13:30:53 -04:00
Snêu
5430c78e18
docss: correct broken MaybeSignal
link ( #840 )
2023-04-10 07:37:41 -04:00
Greg Johnston
016ad6b7a6
feat: make __Props
imports unnecessary ( closes #746 ) ( #828 )
2023-04-07 15:06:10 -04:00
Greg Johnston
41a5e09caa
docs: add sandbox links and max height ( #824 )
2023-04-07 07:38:12 -04:00
Greg Johnston
b67121b755
docs: <Form/>
component ( #792 )
2023-04-02 16:50:21 -04:00
luoxiaozero
1cde4b1f8a
docs: fixed parentheses and formatting issues ( #775 )
2023-03-31 15:48:29 -04:00
Igor Shevchenko
98a9ec8335
chore(docs): fix a few typos ( #756 )
2023-03-27 20:06:34 -04:00
Jessie Chatham Spencer
e482e3748d
docs: document cargo workspace feature resolver footgun ( #745 )
...
Due to no rust edition being present in a workspac's Cargo.toml, non
WASM compatible code can end up being built for a WASM target.
This commit documents this error and how to resolve it.
2023-03-25 07:34:28 -04:00
Greg Johnston
af20f80b2b
docs: fix typo in router docs ( #730 )
2023-03-22 20:44:58 -04:00
Greg Johnston
982c8f6b5a
docs: small fixes ( #715 )
2023-03-20 20:43:04 -04:00
Carlton Gibson
d4d20ecdb0
Used modulo rather than bitwise & for is_odd check.
...
The modulo operator is less of a head-scratcher for folks coming through here. The bitwise & is equally correct (clearly) but is likely to cause confusion if folks don't immediately see what's going on.
2023-03-20 20:09:02 +01:00
Greg Johnston
556955cf1a
docs: beginning work on router docs ( #682 )
2023-03-18 07:34:43 -04:00
ryndin32
0bac16dba0
docs: typos ( #685 )
2023-03-15 16:40:57 -04:00
Elliot Waite
2e671887d9
docs: typo fixes and other small changes to the docs ( #662 )
2023-03-12 14:51:47 -04:00
Greg Johnston
b085a6c38e
docs: add create_effect
chapter ( #653 )
2023-03-09 18:03:38 -05:00
zack.shen
17c12823db
docs: spelling error ( #651 )
2023-03-09 16:45:35 -05:00
jfloresremar
207dedab6e
Update 04_iteration.md ( #630 )
2023-03-06 09:06:58 -05:00
Greg Johnston
1e0adcd89a
docs: add a chapter on async
actions and create_action
( #623 )
2023-03-03 17:25:19 -05:00