Electron-reaction-broiler, how to disable flow for typescript?

I tried to read the tutorials on how to use typescript for electron and react, but they do not explain it in the context of the electron reaction pattern because files and codes are structured differently, show how to replace electron / react / stream with typescript - - only explains adding typescript to electron / react.

I followed this tutorial: https://www.typescriptlang.org/docs/handbook/react-&-webpack.html

The order uses typescript -> babel -> webpack> bundle.js right? What entry point should typescript use to start transpiling? And what should I use to output (tsx-to-js) file?

+3


source to share





All Articles