ben-ryder / localful

Build single-user local-first web apps with a focus on simplicity, interoperability and longevity.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Refactor and clean up LFBAppplication #5

Open ben-ryder opened 1 year ago

ben-ryder commented 1 year ago

I should look at refactoring and cleaning up the lfb-application.ts file.
Initially I wanted to keep all the application functionality tightly coupled, but it might be a better idea to separate out some things such as the application and api client.

I also should remove the browser dependencies on things like window and navigator.onLine, as I don't want to restrict this library to just browser environments.