gordon-cs / appbuilder-pwa

MIT License
0 stars 0 forks source link

Reference Storage Rework - 4pts #58

Open jakedcolbert opened 1 year ago

jakedcolbert commented 1 year ago
chrisvire commented 1 year ago

I think you can leave the current group store for now and just implement a navRef which is the current navigation state. We determined that we can use the referenceStore type for this since is always defaults to a valid reference. So it will have to be a store with just an object like:

export const navRef = writable({ book: '', chapter: '' });