242 Commits

Author SHA1 Message Date
Greg Johnston
32d17a5641 close #161 2025-01-29 19:48:59 -05:00
Edwin Amsler
9afe93cb6e Update 02_dynamic_attributes.md (#159)
Quick grammar fix
2025-01-25 10:24:47 -05:00
Edwin Amsler
6fb6880f78 Update 03_components.md (#160)
Hopefully better reading. I had to re-read a few times to understand the intent
2025-01-25 10:22:36 -05:00
Greg Johnston
dce41f9c42 fix nightly syntax 2025-01-24 15:21:14 -05:00
Greg Johnston
1ad3aa7b05 Update 21_cargo_leptos.md 2025-01-22 19:15:53 -05:00
Nicolas Cura
68b8dfbb1f Add clang to Dockerfile (#156) 2025-01-21 20:24:26 -05:00
Nicolas Cura
f0e0d8eabf Fix spelling (#157) 2025-01-17 14:26:25 -05:00
Greg Johnston
a0c0cf9251 Update action_form.md 2025-01-08 09:53:25 -05:00
nogiro
a7095b5ed3 Fix comments in CodeSandbox example in src/view/08_parent_child.md. (#155) 2025-01-05 13:57:05 -05:00
Greg Johnston
e7b25cf99d Add bind: syntax (closes #153) 2025-01-03 10:35:24 -05:00
Greg Johnston
f315f60e1c make description of unkeyed iteration more accurate for 0.7 2024-12-28 10:53:06 -05:00
Greg Johnston
da85396f66 Merge pull request #149 from strood/is-odd-fix
correct is_odd logic, and other little book fixes
2024-12-16 08:48:57 -05:00
strood
2e8aa2cb71 logging consistency 2024-12-15 16:29:53 -07:00
strood
e488947135 remove extra bracket 2024-12-15 16:05:07 -07:00
strood
2c8a1ab2b6 correct is_odd logic
resolves #148
2024-12-15 14:51:55 -07:00
bicarlsen
f3704ce739 Updates linkes from 0.7.0-gamma3 to latest. (#146) 2024-12-15 14:17:49 -05:00
Greg Johnston
388e2acc7f add section to hydration bugs about invalid HTML mismatches in 0.7 2024-12-13 14:02:40 -05:00
Greg Johnston
2bc2174968 fix example link 2024-12-08 16:36:27 -05:00
grayzcale
55a5f0d413 Update cargo-leptos new project links (#144) 2024-12-06 09:19:09 -05:00
Greg Johnston
9f70015804 add stores example for iteration 2024-12-04 20:15:38 -05:00
Simon Ruggier
8bb3a789ae Fix unclosed details element in 01_basic_component.md (#134)
This was breaking the printed version of the book (tested in Firefox and
chromium).
2024-12-04 18:52:19 -05:00
Tanja
4e39e47dd9 Fix typo in 23_ssr_modes.md (#141)
Change "liek that" to "like that"
2024-12-04 18:50:38 -05:00
Matthieu Dartiailh
1dfe7272d7 fix typo in 14_create_effect.md (#140) 2024-12-04 18:50:18 -05:00
Greg Johnston
51b6149e45 correct missing 0.7 updates 2024-12-03 09:32:43 -05:00
Greg Johnston
f18e45641e fix glitched-out example code 2024-12-03 09:25:56 -05:00
Greg Johnston
7da5b22237 Update 18_params_and_queries.md to 0.7 sandbox 2024-12-02 20:01:13 -05:00
uima
9cac49d255 fix(view): fix the variable name in ## Dynamic Styles (#136) 2024-12-02 09:08:27 -05:00
Greg Johnston
96b169a2ff porting book to 0.7 (#133) 2024-11-30 12:25:14 -05:00
zoryamba
dacf4680be Describe class array syntax (#132) 2024-11-13 20:13:19 -05:00
Kimye
52cb91ee27 docs(island): provide correct Tab fn (#131)
Co-authored-by: Arthur Vinchon <arthur.vinchon@allegrodvt.com>
2024-11-05 15:17:17 -05:00
Greg Johnston
04199a8868 Update 25_server_functions.md 2024-11-03 19:09:30 -05:00
Greg Johnston
d6a23a067e Update 25_server_functions.md 2024-11-03 19:08:36 -05:00
SeongYun Woo
fc05dca4db Update web_sys.md (#125)
fix typo
2024-10-13 20:58:57 -04:00
benwis
f6683d42f2 Modified ssr to remove implicit Actix bias 2024-09-17 12:09:35 -07:00
Rob Schaefer
fcde4887e2 Update web_sys.md (#117)
Correct small typo.
2024-09-13 10:01:53 -04:00
Nathan Partridge
71ff5664a8 Fix spelling mistake (#116) 2024-09-13 10:01:25 -04:00
Renan Svarozhich
06f7d4d65f Fix container port not being exposed in docker example (#108) 2024-09-13 10:00:45 -04:00
Robert Chu
f9b2f90314 fix: github pages example indention (#122)
* fix: github pages example indention

* rm: redundant text
2024-09-05 14:07:53 -04:00
Greg Johnston
9ae82871e0 use leptos_0.6 for GitHub links except for counters tests 2024-08-19 22:14:56 -04:00
Greg Johnston
7074564abd Update 16_routes.md 2024-07-10 08:47:39 -04:00
MateoArgudo
5b7a123123 Update 03_components.md (#110)
Added line break on  progressBar components since without it there is an overlap and only one will be shown.
2024-07-10 08:46:46 -04:00
qussaif10
390fe56dc0 added missing double quote in 07_errors.md (#112) 2024-07-10 08:46:30 -04:00
Greg Johnston
dc9807b500 Update working_with_signals.md 2024-07-10 08:44:29 -04:00
Greg Johnston
231df4e02e closes #114
Refer to specific line number to avoid confusion.
2024-07-05 13:50:24 -04:00
Greg Johnston
2d7f0f18a3 Update 05_forms.md 2024-06-25 19:25:48 -04:00
Nicolas Cura
bc889e4927 Fix typo: 'Form' to 'form' since it is a HTML element (#105)
* Fix typo: 'Form' to 'form' since it is a HTML element

* Fix typo: 'form' to 'FancyForm'
2024-06-21 11:14:21 -04:00
Greg Johnston
6784370a79 Update 07_errors.md 2024-06-21 11:11:31 -04:00
Greg Johnston
96081e188c impl Trait in component props 2024-06-02 14:31:07 -04:00
Crowdedlight
22124ab31a Update 21_cargo_leptos.md (#102)
added note to make sure wasm target is installed
2024-05-27 07:32:10 -04:00
Julien
35c380ffc8 Exemple should return an Fn() instead of () (#101)
* Exemple should return an Fn() instead of ()

* restore punctuation and add missing dash

---------

Co-authored-by: Greg Johnston <greg.johnston@gmail.com>
2024-05-19 14:06:57 -04:00