Cheatsheets for experienced Node.js developers getting started with TypeScript
You can find more recommended TS config here.
- Gary Bernhardt on End to End TypeScript: Database, Backend, API, and Frontend
- https://ts-engine.dev/
- https://github.com/gcanti/io-ts flowing runtime tests down and doing validation in runtime
- podcast discussion https://fullstackradio.com/episodes/144
- attaching properties on to
req
in Express https://twitter.com/mjackson/status/1294384799231012864?s=20 - https://github.com/goldbergyoni/nodebestpractices
tsconfig.json
:
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs"
}
}
shipping typescript sourcemaps from a node server: http://npm.im/source-map-support
Instead of
nodemon --exec ts-node src/index.ts
do:
tsc --watch
nodemon dist/src/index.js
node's People
Forkers
turkinolith roblav96 zhangaz1 atulord zhihaohusunway skyplaying ndn96 hryer taha86347 hayder-alraeai yujiay apetros75 tumtum23 ndukaclara theandreoz crypt0-r3n3g4d3 geekwolverine onyxdev360 dino-claw csd3x41node's Issues
seeking maintainers
using TS-in-node is often quoted as a pain point for folks. as a beginning, it'd be good to just be the go-to resource for that, and then document next steps.
i'd also like to think about several categories of Node usecases from serverless node to node CLIs and so forth. we are more useful the more specific we are. our advantage is the flexibility and capability of documenting common user issues faster because of our dedication to TS, which is often not well covered in docs
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
๐ Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. ๐๐๐
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google โค๏ธ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.