2
mohseen
8y

After weeks of agonizing and cursing Electron JS and JavaScript......

I finally managed to get all my modules to sync up and play nice with each other!

Love JavaScript again! Although seriously had enough issues with asynchronous tasks and threads.
Heading over to the dark side(functional) now.... 😈😈

Comments
  • 1
    Try Fb yarn and if you do tell us how it went
  • 0
    Thanks @devJoe for yarn suggestion, going to use it for my next project definitely. My issue was using nodes require in the electron app and web processes, which does work until you import other popular libraries.
    Figured out a workflow that prevents that conflict. Must say asynchronous processes did not make the task any easier... 😁
Add Comment