Description
I was one of the people at Jachacks today that hacked together a mobile compilation target for Jac. We used a PWA library to put something together for the hackathon, but it comes with obvious performance concerns when trying to render computation heavy views.
Does it still make sense to go ahead with this implementation? Other ideas we tried was to compile to tauri/React native but that's a far more involved process.
We ended up adding in a new codespace for mobile, but given that the differences between the cl and the mobile codespace are very similar, would it make more sense to keep a single codespace and just pass in a flag?
I'd love to work on the PR, but looking for some guidance before I start putting something significant together.
Description
I was one of the people at Jachacks today that hacked together a mobile compilation target for Jac. We used a PWA library to put something together for the hackathon, but it comes with obvious performance concerns when trying to render computation heavy views.
Does it still make sense to go ahead with this implementation? Other ideas we tried was to compile to tauri/React native but that's a far more involved process.
We ended up adding in a new codespace for mobile, but given that the differences between the
cland the mobile codespace are very similar, would it make more sense to keep a single codespace and just pass in a flag?I'd love to work on the PR, but looking for some guidance before I start putting something significant together.