Show HN: Fully dockered, typesafe front end starter-kit with Elm and Hasura (github.com) 4 points by cies 5y ago ↗ HN
[–] cies 5y ago ↗ A good way to have a look at Hasura (which I've come to really like).Some features:Strong typesafety from database schema, through GraphQL API to frontend (with generated GraphQL client code).Define database schema with a UI that creates migrations! (to aid collaboration and deployments)Hot code reloading in development mode.Optimized (pre-gzipped) production builds, served by Nginx in production mode.
1 comment
[ 4.8 ms ] story [ 13.6 ms ] threadSome features:
Strong typesafety from database schema, through GraphQL API to frontend (with generated GraphQL client code).
Define database schema with a UI that creates migrations! (to aid collaboration and deployments)
Hot code reloading in development mode.
Optimized (pre-gzipped) production builds, served by Nginx in production mode.