you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 years ago (1 child)

Electron apps created with React can definitely push the boundaries of what 'acceptable' memory usage is.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    Electron apps created with React can definitely push the boundaries of what ‘acceptable’ memory usage is.

    I have a pet theory that webview-based apps are popular only because currently there is absolutely no usable multiplatform desktop GUI framework. Therefore, developers have to resort to the one thing that works: load a webpage in a web browser.

    Even React Native feels like a kludge in a way it converts React components to UI components.

  • source
  • parent