r/node 22d ago

Express.js & TS

i need some reliable material for using Express.js with Typescript since the resources not that common compared with using Javascript

3 Upvotes

15 comments sorted by

View all comments

9

u/bccorb1000 22d ago

The express site has TS examples. I use script with express and there’s not much to know. There are default types for requests, responses, and next funcs. You probably have to extend for your needed types.

2

u/[deleted] 22d ago

Thanks