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

Documentation and examples on how to manage global state #245

Closed
algoflows opened this issue Jan 6, 2023 · 4 comments
Closed

Documentation and examples on how to manage global state #245

algoflows opened this issue Jan 6, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@algoflows
Copy link

Documentation improvement:

  • How to manage local and global state, patterns and best practices with examples.
@gbj gbj added the documentation Improvements or additions to documentation label Jan 6, 2023
@gbj gbj mentioned this issue Feb 11, 2023
22 tasks
@jclmnop
Copy link
Contributor

jclmnop commented Feb 13, 2023

@gbj

I'm already planning on doing a small CSR project to get more acquainted with the leptos framework before I use it for a much larger one; judging by the very rough plan in my head right now, it will probably have some sort of global state anyway.

Quite busy at the moment so not sure when I'll actually get round to it, but if that happens to be before someone else has started working on this issue I'm happy to pick it up.

Only extra bit of work I'd need to do (other than making sure the code is extra readable and heavily commented) is the documentation, but I figure that will also be a good way to reinforce my own learning.

Edit: will probably need to get some feedback on my code regarding best practices when the time comes though

@ohyjek
Copy link

ohyjek commented Feb 17, 2023

I recently went through the book in the docs and ended up with this repo

https://github.com/omie-lol/leptos-tutorial

My plan is to basically do what @jclmnop was going to do and create a sort of playground/storybook/doc site

I also have some corrections and suggestions to improvements for the book on a branch that I was collecting. (mostly spelling fixes, grammar, formatting etc.)

So far loving Leptos...

@gbj
Copy link
Collaborator

gbj commented Feb 17, 2023

I also have some corrections and suggestions to improvements for the book on a branch that I was collecting. (mostly spelling fixes, grammar, formatting etc.)

Oh that's awesome, thank you so much! It's all been one-pass drafts so far, so I appreciate the proofreading. Although please let me know if any examples are broken, of course. I'll take a PR for docs fixes at any point.

@gbj
Copy link
Collaborator

gbj commented Mar 3, 2023

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

No branches or pull requests

4 participants