Render anything inline. Save sessions and history. Powered by open web standards.

I’m trying it, and it does looks nice.

    • dan@upvote.au
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Business/application logic can be 80-90% of an app’s code, and all of it can be reused across platforms. The actual UI rendering is just a small part of it.

      In the UI code, some of it does have to differ across platforms but it’s mostly the lower level components like buttons, text fields, etc. Some product UI code built on top of those abstractions can be reused across platforms.