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

Use Svelte stores for state management #41

Open
2 of 4 tasks
peterhil opened this issue Jun 3, 2021 · 0 comments
Open
2 of 4 tasks

Use Svelte stores for state management #41

peterhil opened this issue Jun 3, 2021 · 0 comments
Assignees
Labels
epic Epics prio: gambling High effort, possibly high impact technical
Milestone

Comments

@peterhil
Copy link
Owner

peterhil commented Jun 3, 2021

Notes:

  • Make components represent the state in a simple view and not have much logic or state on their own.
  • Remember that Svelte store contract is implemented by reactive streams (RXJS/Kefir observervables), but do not overuse Kefir when simpler solutions would work.

Tasks:

@peterhil peterhil self-assigned this Jun 3, 2021
@peterhil peterhil added this to the State handling with Svelte stores milestone Jun 3, 2021
@peterhil peterhil changed the title Move blocking logic to Svelte stores or to background page Use Svelte stores for state handling Jun 3, 2021
@peterhil peterhil changed the title Use Svelte stores for state handling Use Svelte stores for state management Jun 3, 2021
@peterhil peterhil modified the milestones: State handling with Svelte stores, v0.5.0 Improved responsiveness Jun 3, 2021
@peterhil peterhil changed the title Use Svelte stores for state management Epic: Use Svelte stores for state management Jun 3, 2021
@peterhil peterhil added the prio: gambling High effort, possibly high impact label Jun 11, 2021
@peterhil peterhil added the epic Epics label Jun 11, 2021
@peterhil peterhil changed the title Epic: Use Svelte stores for state management Use Svelte stores for state management Jun 11, 2021
@peterhil peterhil modified the milestones: 0.6.0, 0.7.0 Jul 17, 2023
@peterhil peterhil moved this to To do in Svelte stores Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Epics prio: gambling High effort, possibly high impact technical
Projects
Status: To do
Development

No branches or pull requests

1 participant