-
-
Notifications
You must be signed in to change notification settings - Fork 116
Description
It's impressive that one works out of the box on web, iOS, and Android. I believe the next step could be extending support to desktop platforms like Linux, macOS, and Windows.
Technically, this shouldn't be overly complex. It might involve switching the bundler to support building for new targets, potentially using tools like Electron or React Native. However, I believe it's not as straightforward as issue #264 suggests. Desktop platforms can offer more capabilities than the web, so the JavaScript code should be aware of the target platform. In the meantime, we might also consider introducing additional file extensions, such as .desktop.ts or .macos.ts.
I'm currently developing an app for all platforms. If adding a desktop build target in one is deemed acceptable, I’m willing to take on the task.