|
|
|
|
|
by cdaringe
1537 days ago
|
|
Hasura for the data layer, and any static site generator for the front end. If it’s moderately interactive, a next.js static site is a great pick. For styles for basic internal/simple apps, I use classless CSS sheets so I can just write html/jsx and get something presentable. I don’t have the patience for messing around with styles. https://github.com/dbohdan/classless-css |
|