|
|
|
|
|
by kyllo
2552 days ago
|
|
Speaking of TS, here is a good argument for static typing: >Change a front-end React prop, then follow static type errors through the statically typed API, into the backend, all the way down into the database where they force a change in the Postgres schema. The system won't even compile unless React can talk all the way down to Postgres. https://twitter.com/garybernhardt/status/1140695491685933060 |
|