A functional music player for FLAC, mp3, and m4a audio. This was a project to do while on "recharge" at Facebook: because I'm a manager I like to have something to 'scratch the coding itch'. It's built with TypeScript, Electron, React, and Recoil. I continue to add little fit & finish things when I'm either bored or irritated about something wrong.
This is just a perf hit. The electron IPC mechanism should just handle everything transparently. Eradiate FTON as much as possible (still needs to live in Persist, but hopefully nowhere else)
write-to-storage/read-from-storage are nicely simple and leave the flatten/unflatten up to the render process. Those usages could be removed if I really wanted.
This is just a perf hit. The electron IPC mechanism should just handle everything transparently. Eradiate FTON as much as possible (still needs to live in Persist, but hopefully nowhere else)