|
|
|
|
|
by vmg12
13 days ago
|
|
> We considered completely rebuilding the application from the ground up, or even splitting it into separate applications for online and offline use This is actually non-trivial. There's an app I was working on where I wanted to have a local first mode that allowed people to use the app for free without an account and there was also a cloud hosted version that allowed for team collaboration, etc. For this kind of thing to work chunks of the app essentially need to be written twice. So, not fun. |
|