Skip to content
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

Suggestion: actually use Parts to group chapters #154

Open
dbdr opened this issue Jan 3, 2025 · 0 comments
Open

Suggestion: actually use Parts to group chapters #154

dbdr opened this issue Jan 3, 2025 · 0 comments

Comments

@dbdr
Copy link

dbdr commented Jan 3, 2025

Currently, some of the book chapters have a title that says Part 1/2. In particular: "3. Part 1: Building User Interfaces" and "14. Part 2: Server Side Rendering". This seems backwards: a chapter should be inside a part, rather than the other way around.

As a beginner with leptos, I found this confusing. For instance, for my test project, I did not really care regarding client vs server side rendering. However, when I did want some (non-rendering) code to run on the server, I jumped to chapter15 (Working with the Server), and it did not work because I did not use the setup done in chapter 14. If chapter 15 had been clearly a subchapter of part "Server side rendering", the dependency might have been more clear.

Would it be possible to actually introduce real parts, and to make chapters belong to a part?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant