Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.22 KB

TODO.org

File metadata and controls

24 lines (19 loc) · 1.22 KB

Build

TODO: sass is not supported in electron-compilers electron-userland/electron-compilers#5

TODO: how to customize babel plugins and presets used in electron-forge

React webapp Workflow

TODO: can import css using babel. how to do the same for electron ? right now using a html `link` tag

Dev workflow

TODO: watch build/css/main.css using nodemon

Test

TODO: local “npm run start” has a menu. but a build with “npm run package” does not. test if adding a menu will be a problem

TODO: test that copy-paste works on windows with a packaged build ie. “npm run package:win64”

Example

TODO: css modules

TODO: react router

TODO: use redux-thunk to fetch data on the renderer process

TODO: fetch data from the main process and use it in the renderer process. can/should we use redux-thunk here

TODO: built using webpack