You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
Currently we are using native ES6 for all the code, are we going to consider using something like typescript (which we get for free with electron-forge) to write our main/renderer code?
Also for discussion, in terms of the renderer currently using flexboxgrid and some standard HTML / CSS. How do people feel about a UI framework like angular / react or sticking with the super basic HTML layouts?
Just thinking as the main process scaffolding comes in we may want to think about these kind of things early on in the process