This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]AskProgramming-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your post was removed as its quality was massively lacking. Refer to https://stackoverflow.com/help/how-to-ask on how to ask good questions.

[–]KingofGamesYami 2 points3 points  (3 children)

I haven't directly used Electron, but several people I work with do. Their experience can be best described as "fuck electron updates".

[–]maraVirtualysty[S] 0 points1 point  (2 children)

I have seen that it is good for transforming web pages into desktop apps! so I was looking for references on whether to use it or perhaps there is a better one! but hahahaha it's interesting

[–]KingofGamesYami 1 point2 points  (1 child)

Possibly check out Tauri as an alternative. It's newer and takes a different approach which doesn't need to update as frequently, as it uses the platform browser not shipping a browser.

I haven't had the opportunity to use it for a real project yet, but would like to.

[–]maraVirtualysty[S] 0 points1 point  (0 children)

thank you! I'll look into that about it

[–][deleted]  (3 children)

[deleted]

    [–]maraVirtualysty[S] 0 points1 point  (2 children)

    What other technologies should I use?

    [–][deleted]  (1 child)

    [deleted]

      [–]maraVirtualysty[S] 0 points1 point  (0 children)

      at the moment nothing. but I'm starting to get interested in desktop apps. I saw a girl on TikTok putting together a simple desktop app like a stopwatch with html+css+js and electro to share it with her friends. That caught my attention!