At Hasura, we wanted to introduce a statically typed frontend language for quite some time now. We discussed which one we should choose and evaluated options such as PureScript, TypeScript, ReasonML, and Elm. (more…)
Read more »
Visual Studio Code is a perfect editor for TypeScript, but it doesn't support project-wide type-checking out of the box. Luckily, you can add it to your own TypeScript project. (more…)
Read more »
Which Postgres client have you been using? What do you really like about it? Note: I'm only asking about query builders, not ORMs or plain SQL clients. 😄... (more…)
Read more »
Alternative to express-generator, an easy-to-use tool for creating modern express applications.. Latest version: 0.2.8, last published: 2 days ago. Start using gen-express-app in your project by running `npm i gen-express-app`. There are no other projects... (more…)
Read more »
tl;dr: This is a walk-through for setting up a monorepo for react with a typescript module powered by lerna. If you don’t want to follow… (more…)
Read more »