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
Desired result is working Electron application with minimum functionality ("Hello, World" React component would be just right). You need to setup:
• React + Typescript environment
• Some Electron boilerplate tool
Also you need to try it out yourselves so that you can briefly introduce other members of the team on how to basically code in (Electron + TS + React) environment.
P.S. You can jump straight to creating PR and working there with WIP tag, don't forget to add "Closes #12" annotation in the description of PR (for example look at #6 )
The text was updated successfully, but these errors were encountered:
I found very useful article https://ankitbko.github.io/2019/08/electron-forge-with-react-and-typescript/, where he used electron forge, react and typescript, but inside author mentioned one more article, which he was inspired by: https://www.juhaelee.dev/typescript-electron/, where electron forge, react, typescript and babel is used.
Both of them almost the same, but first one unused babel, cause he used typescript only in build time, not in development (but in the end of article he shows, how to use in also in development time), but second article used babel+typescript in development and there was a reference to "TypeScript With Babel" article(https://iamturns.com/TypeScript-babel/), where describes, why you should use typescript with babel. Read it!
Desired result is working Electron application with minimum functionality ("Hello, World" React component would be just right). You need to setup:
• React + Typescript environment
• Some Electron boilerplate tool
Also you need to try it out yourselves so that you can briefly introduce other members of the team on how to basically code in (Electron + TS + React) environment.
P.S. You can jump straight to creating PR and working there with WIP tag, don't forget to add "Closes #12" annotation in the description of PR (for example look at #6 )
The text was updated successfully, but these errors were encountered: