|
|
|
|
|
by xdanger
1351 days ago
|
|
I've been enjoying developing on top of PostGraphile. https://www.graphile.org/ Good starter: https://github.com/graphile/starter I can add a column the the db, and my frontend gets that autimagically (in dev mode, it generates a graphql schema out of the db, and from that it creates composables for my frontend wiht graphql-codegen). On the frontend I use Vue 3, the starter is build with nextjs/react. |
|