Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-
filesize
you know www.yeoman.io ?
There is a project generator for electron which is a great start to try it out yourself. :) -
Wack61917y@heyheni thanks I'll have a look.
What other stacks would you reccomend? I thought about either react or vue as js framework and of course npm and gulp
Anything else I should take a look/consider? (Note I haven't worked with either vue nor react, but wanted to try both for some time). Although I heard good things about Vue, I tend to react, as Slack (which runs on electron) is using it and sulu.io will switch to it too. Plus type script, to have static types. -
@Wack if you need mobile apps too than react. here's an interesting video on how airbnb uses one single react codebase and tweaks it for every thinkable plattform there is (like vr).
https://youtu.be/8qCociUB6aQ
Related Rants
!rant && advise
I have some expirience working as full stack developer, but focussed latly mainly on backend (php/java). However for one project, I need a desktop application and I was wondering, if you would recommend electron for it.
Pros:
- I could reuse some of the webapp stuff and cache it offline using web workers
- Styling done via HTML/CSS
- Portable between Linux/Windows/Mac
Cons:
- I haven't worked (much) with node js so far, but that shouldn't be a too big problem
What are the pros and cons from your point of view? Would you recommend electron? Why yes, why no? If no, what would you reccomend as alternative?
My knowledge so far:
Good: PHP/Java (without GUI)/CSS
Quite good: Javascript
Meh: Python (I can hack things together but wouldn't say I'm good with it...), C++
undefined
electron
!rant
desktop app
advice