Greg Johnston
bfe2b3c318
add appendix on the component/ownership life cycle
2024-03-28 16:42:12 -04:00
Greg Johnston
8b6ead334e
fix: remove outdated info about intellij-rust plugin ( closes #55 ) ( #69 )
2024-02-16 14:07:39 -05:00
Greg Johnston
c865f71bbc
fix: add note about router features ( closes #58 ) ( #68 )
2024-02-16 14:06:47 -05:00
Jedd Dryden
0b2d6a9c23
Dev Container Implementation and README.md Updates ( #47 )
...
* Implemented Dev Container
* Added extra extensions
* Improved `README.md`
* Typo
* Update .devcontainer/Dockerfile
Co-authored-by: Toby Scott <hi@tobyscott.dev >
* Update README.md
Co-authored-by: Toby Scott <hi@tobyscott.dev >
* Update README.md
Co-authored-by: Toby Scott <hi@tobyscott.dev >
* Update README.md
Co-authored-by: Toby Scott <hi@tobyscott.dev >
* Update README.md
Co-authored-by: Toby Scott <hi@tobyscott.dev >
* Update README.md
Co-authored-by: Toby Scott <hi@tobyscott.dev >
* Update Dockerfile
---------
Co-authored-by: Toby Scott <hi@tobyscott.dev >
2024-02-13 15:06:42 -08:00
blorbb
5d23a7e35a
Collection of minor changes ( #63 )
...
* various fixes to forms page
* add docs to `with!` macros
* show full path of `SubmitEvent`
2024-02-12 20:25:58 -05:00
blorbb
6d9d138a22
add advanced section + web_sys discussion ( #59 )
...
* add advanced section + web_sys discussion
* remove unnecessary url stuff
* move web-sys page to end of part 1
* actually move web_sys to end of part 1
2024-02-10 09:57:28 -08:00
Daniel Mantei
fb31d9965e
update the start of Part 1 to include start-trunk template option ( #57 )
2024-02-10 09:52:13 -08:00
Ratul
b1113b4944
Fixed typos & made sure that the snippet runs ( #60 )
2024-02-07 18:45:20 -05:00
François Blanchard
001930b14f
docs: 📝 use nightly Rust shorthand in the basics ( #51 )
2024-02-03 19:10:42 -05:00
gulbrand.dev
164b800309
Update 11_suspense.md -- fix typo ( #53 )
2024-02-03 19:10:06 -05:00
Greg Johnston
f538ef828b
update extractor section ( #52 )
2024-02-03 19:09:50 -05:00
Greg Johnston
81d3696fc0
add console_error_panic_hook
2024-01-22 08:55:54 -05:00
Niclas Åhdén
952b2ccc1f
Remove dangling request_animation_frame solution ( #49 )
...
The issue that this Solution solves was removed in:
a317874f93
2024-01-19 10:37:06 -05:00
Marvin Bitterlich
5b1ac0f46d
Add documentation for how to deploy to Railway ( #45 )
...
* Add documentation for how to deplo to Railway
This uses a Railway template I created to save users time. I also added an alpine based dockerfile, as the debian based one was not working for me.
I didn't want to just outright delete/update it, maybe this was just me doing things wrong. But the docker file I added I can confirm works well. And using the GitHub release install script was much faster than cargo binstall
* Some quick fixes
2024-01-17 11:41:47 -08:00
Leah
473107e971
docs: fix typo ( #46 )
2024-01-16 11:18:26 -05:00
RL
69c7c37469
fixing fn tab after Passing Server Children to Islands heading to if selected()==index ( #44 )
2024-01-12 06:25:03 -05:00
Greg Johnston
1aba8e5f3a
note about nightly in cargo-leptos section
2024-01-05 09:50:47 -05:00
Jonathan Plasse
0d9c4cc0f2
Fix typo ( #42 )
...
signa -> signal
2024-01-05 09:12:22 -05:00
SilasLock
909cb7236a
Fix the prop name from value to progress ( #39 )
2024-01-05 09:09:36 -05:00
Wollaston
c38aab5f4e
Correct typo 'use_params_map' link ( #38 )
...
The link links to 'use_query_map' while the text suggests it should link to 'use_params_map.' This corrects the typo in the link.
2024-01-05 09:09:06 -05:00
Chris
06ab64a5a1
fix: create_element without document() ( #36 )
...
Co-authored-by: chrisp60 <gh@cperry.me >
2024-01-05 09:08:47 -05:00
Daniel Davidson
369433bfb6
Fix global_state count update snippet ( #35 )
2024-01-05 09:08:33 -05:00
Greg Johnston
a92293fb71
Better <select> example
2023-12-30 13:00:07 -05:00
Greg Johnston
550428351e
update note about generics on components ( #33 )
2023-12-22 16:08:23 -05:00
Greg Johnston
1e009a7109
clarify advice against writing to signals inside effects ( #32 )
2023-12-22 15:48:23 -05:00
Glen Ihrig
17adb2d9fc
fix minor grammar/typos in CodeSandbox source comments ( #30 )
2023-12-22 15:48:14 -05:00
Glen Ihrig
6190d377ab
Update CodeSandbox Source comments ( #29 )
2023-12-22 15:47:10 -05:00
Daniel Mantei
45323309cd
Fix: gh pages deployment w/ custom domain ( #31 )
...
* Fix: Github Actions Deploy to gh pages; Create publish_mdbook.yml action
* Stop using `publish-book.yml` script
* test "publish_mdbook.yml" on fix branch
* test deployment
* remove old gh action
* simplify publish script
* Update deploy script
2023-12-22 14:04:22 -05:00
Glen Ihrig
73dbc498ce
Demonstrate Dynamic Styles ( #28 )
2023-12-21 18:27:57 -05:00
Ben Wishovich
5fec93af23
Merge pull request #26 from diversable/deployment_chapter
...
Split "Deployment" chapter into CSR & SSR
2023-12-20 15:23:23 -08:00
Lucas Grigolon Varela
519478f560
fix codesandbox source on 02_dynamic_attributes ( #25 )
...
there was a duplicated code leading to a misleading example
2023-12-20 09:14:19 -05:00
Glen Ihrig
1c175d7421
Clarify interchangeability between signals and closure wrapped functions ( #27 )
2023-12-20 09:13:57 -05:00
Diversable
1b4228fb2a
first draft on adding Spin to SSR deployment chapter
2023-12-19 18:02:02 -08:00
Diversable
f35ef89e5a
bump trunk dep in gh action scripts
2023-12-19 15:24:27 -08:00
Diversable
1ca62699f5
Merge branch 'deployment_chapter' of github.com:diversable/book into deployment_chapter
2023-12-18 21:48:22 -08:00
Diversable
b89dc0b3ac
editing deployment / SSR
2023-12-18 21:48:15 -08:00
Daniel Mantei
ef3de39cfe
Merge branch 'leptos-rs:main' into deployment_chapter
2023-12-18 21:47:37 -08:00
NikolaiSavinkin
d5a53ea0b7
Correct typo ( #24 )
2023-12-18 20:56:47 -05:00
Glen Ihrig
464773c325
Clarify application of code in Dynamic Classes section ( #23 )
2023-12-18 20:56:02 -05:00
Diversable
b37cb1c2bd
finish SSR chapter; remove Tauri chapter from current book (will add later)
2023-12-18 17:55:04 -08:00
Greg Johnston
76ad52e328
document <textarea> and <select> special behaviors
2023-12-18 20:54:59 -05:00
Daniel Mantei
ec8327757b
Merge branch 'leptos-rs:main' into deployment_chapter
2023-12-18 12:02:33 -08:00
Ben Wishovich
e47d055d47
Merge pull request #19 from uinstinct/patch-1
...
Update 04b_iteration.md
2023-12-17 16:05:58 -08:00
Ben Wishovich
a0c3d064b8
Merge pull request #20 from diversable/maintenance_trunk
...
remove note about Trunk bug - fixed in Trunk v0.18.x
2023-12-17 16:05:29 -08:00
Diversable
73217a8056
remove note about Trunk bug - fixed in Trunk v0.18.x
2023-12-17 10:20:07 -08:00
Diversable
715c16f94c
work on SSR chapter..
2023-12-17 10:17:58 -08:00
Instinct
60ec4d76a8
Update 04b_iteration.md
...
minor grammatical correction
2023-12-16 13:03:59 +05:30
Diversable
0b59cf8a20
update ssr chapter
2023-12-15 19:56:51 -08:00
Diversable
bd75ad0359
update ssr docs
2023-12-15 17:07:53 -08:00
Diversable
f1bd5be93a
add Shuttle to ssr page and add in-page TOC to csr.md
2023-12-13 23:11:35 -08:00