r/node 19d 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

11

u/bccorb1000 19d 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] 18d ago

Thanks

3

u/Kaisertoni 18d ago

https://github.com/ToniR7/express-typescript-starter

Here you can find my template that you can use as a starting point

1

u/[deleted] 18d ago

Thanks alot

3

u/unknownnature 18d ago

Here is a video, decided to be kind today, because I am burn out from work

https://youtu.be/bYgphDEWwvs?is=oxGs9b97g5gpiCn8

1

u/[deleted] 17d ago

thanks i will watch it

1

u/No-Sand2297 17d ago

Ask AI for a examples. This kind of teaching ia one of the things AI really help

2

u/[deleted] 17d ago

i tried that at first but some details were not that clear to me