Nash Vail
Nash Vail
In this file, https://github.com/nashvail/loving-recursion/blob/master/src/templates/chapters.js lives a component called `Title`. If anyone other than me decides to work on this, I can give more context if asked but for the most...
Notes from the localStorage are loaded by a callback function. It needs to be ascertained that notes are loaded from localStorage are loaded before note retreival takes place.
Inside the `unsubscribe` function, the code is ```js var subs = cache[callback ? handle : handle[0]], callback = callback || handle[1], len = subs ? subs.length : 0; ``` In...