TomChamberlainUK / music

A small music app built with Svelte
https://tomchamberlainuk.github.io/music/
1 stars 0 forks source link

Move Shared State to Stores #73

Closed TomChamberlainUK closed 1 month ago

TomChamberlainUK commented 5 months ago

Move Shared State to Stores

Move shared logic behind notes to Svelte stores to reduce complexity

Description

Root, mode, and highlighting of notes are things that are wrapped up in almost all components

This is starting to become a problem because as the project grows the code is becoming too interconnected

We need to take some time to modularise this shared state

Notes

Done When