vindennt / Skytrainer

Productivity habit forming app using React Native and mobile gacha game design principles.
1 stars 0 forks source link

Implement PostgreSQL and Redux #7

Closed vindennt closed 1 year ago

vindennt commented 1 year ago

Firebase is vendor locked and current implementation of non-global variables is costing many unnecessary reads. Use redux to manage redundant global states such as current money, current user.

vindennt commented 1 year ago

Finished refactorization as of branch 8 being merged