-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leptos Book - Reader Feedback: Please Comment Here #48
Comments
My notes: in https://book.leptos.dev/view/05_forms.html#uncontrolled-inputs maybe something is missing: the first code block uses It could be useful to move the existing CodeSandbox closer to the code it's showcasing, and maybe use a second one for the maybe it would be easier to understand the in https://book.leptos.dev/view/05_forms.html#textarea, last example in https://book.leptos.dev/view/05_forms.html#select uses a syntax that was not introduced first: thinking I had understood the latter I tried to replace |
My one piece of feedback at the moment is that I'm looking forward to a page on using Leptos with Tauri |
In https://book.leptos.dev/reactivity/working_with_signals.html#getting-and-setting, "Take a look at the with! docs, and..." would be nice with a link to that doc In https://book.leptos.dev/reactivity/14_create_effect.html#explicit-cancelable-tracking-with-watch:
|
I had a similar issue as someone already stated previously...in 3.6 I also didn't really care for 3.4's explanation of In the |
In https://book.leptos.dev/router/16_routes.html#defining-routes-1 the example description states "If you go to Also the allowed ways to assemble the fragments in Route doc is not necessarily obvious. Especially I'm still baffled by the |
Trying to play with routes, when I finally get a first app to compile, I get a runtime failure teaching Both https://book.leptos.dev/router/16_routes.html#providing-the-router and https://docs.rs/leptos_router/latest/leptos_router/fn.Router.html# give very little info on the role of this component. I did place it "near the root of the application", but nothing told me that I would not be able to call |
Hi all, First, thank you for the work to put this book together. It has been really helpful in using A few thoughts and suggestions from me, based on documentation I have read outside of the book that I think would be helpful if included in some manner within the book (from my review, these were not in the book - apologies if I missed something). I am happy to make a PR to add any or all of these, and I can split this list off into its own tracking issue if that would be helpful. Just let me know whatever is preferred and most helpful for you. I deferred to starting in this thread before opening anything new. Some of these are noted in other threads already and in open issues, but at least for me, I wanted to volunteer myself to tackle the list below that I came across in my own work and wanted a section in the book for.
Again, I can make a new tracking issue for whatever people think should be added to the book, and then make those PRs in turn. But before heading down that path, I wanted to make sure others thought it made sense to include these items. In my opinion, since these are part of core Leptos, it makes sense to have them at least introduced in the main book. I don't think it will add too much maintenance burden, since it's mostly just consolidating existing documentation and examples to the book, but I would love to hear what core maintainers think, and then I can adjust accordingly. Thank you again! |
Hello, I'm at the very beginning of looking into leptos and it looks cool!
I tried and it works, it even makes sense given what it is said in that chapter, but I guess there are some gotchas that I probably can't see now, related to borrowing or moving. Here's the code I've being play with:
Edit: I found an answer on the reference doc, where it seems possible, but it is not efficient. I think it's worth to mention that in the book as well and maybe explain why it is not efficient. |
The book has some explanations spread in this page which also points to reference doc. Maybe the reference doc could be enriched to make things clear there too? |
Unless I'm missing something, the documentation for
I haven't tried to use it in Leptos, so I can't confirm or deny the last point, but the
|
Thanks, I've updated that section and example. |
If you have feedback while reading the Leptos book (if something is unclear, or you have suggestions for improvement, etc), please leave a comment on this issue.
Your feedback is greatly appreciated.
Sincerely,
@diversable / Daniel
The text was updated successfully, but these errors were encountered: