ElectronJS alternatives?
reddit.com·20h·
Flag this post

Hello! One thing I cannot possibly understand is how ElectronJS does actually resolve the problems created by other GUI frameworks. If I am correct about this, the primary “problems” many developers face when creating a GUI app are : ->Inconsistent looks across platforms (not native feeling). ->Writing UI for each platform is tedious and expensive.

Inconsistent looks across platforms First, why is native looks so important? The majority of apps today have their own distinguished look anyway. Native look is usually very simple or ugly and only suitable for small scientific or internal applications, not consumer users that expect colors and effects.

Also, JS + HTML + CSS doesn’t even fix that “problem”. HTML and CSS are native to browser, which is natively supported by the…

Similar Posts

Loading similar posts...