|
|
|
|
|
by pketh
2139 days ago
|
|
Thx! I tried to keep things pretty simple technology wise. I use Vue/vuex for the frontend and node/express/sequelize for the backend The architecture is a bit more unique local-first approach (everything is saved and loaded from a localstorage cache and can be immediately interacted with, Then the slower-to-retrieve source of truth version of your data from the server is transparently swapped in for the cached data when it's ready) |
|