Skip to content

yzorg/yzFolder

Repository files navigation

yzFolder

Win10 folder browser on electron.

Stack

There's no app (yet), so the only interesting thing here is the stack.

UX
(front end)
React, hosted in Electron, coded in TypeScript.
Specifically TypeScript + React, **without** webpack nor babel, if I can get away with it.
middle
(api layer)
I'm going to try to keep all I/O, and external calls, and "service compute" out of the UI thread (using WebWorker and async). That might introduce x-thread and/or IPC delays, but I hope to offset that by heavily caching and aggresively rendering cached data.
cache / storage layerVaried. But I plan to experiment with Chrome's internal options (LocalStorage, IndexDB), raw JSON (aka node's native), Redis, Postgres, and possibly MSSQL express on Win10.
UX of "cache"Using data from cache (aka possibly stale data) will require new UX experiments. I am trying to make cached data rendering intuitive, and maybe even pleasant, using color and/or subtle transitions.
If the user knows what they're looking at is from cache, most of the time they know if the content of a folder has changed before the app can finish loading the file list, or well enough to intuitively decide if the data is "good" enough to start the next step in their naviation, or start refreshing their memory about what was in the folder the last time they viewed it.

CSS Framework

I'm not a CSS guru. Need somthing based on CSS grid or flexbox (i.e. not bootstrap). I might start with BassCSS.

About

Win10 folder browser on electron and electron-plan.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published