DEV Community

eranelbaz
eranelbaz

Posted on

Start to learn Typescript and React

Hey all,
For my new job I need to learn Typescript with Node.js for backend and React for frontend,
For those who don't know me I comes from Python and Java background with almost no experience in frontend

If you can share any tips or resources for learning you will get hug and a cookie :)

Thanks all

Top comments (5)

Collapse
 
sam_piggott profile image
Sam Piggott

Hey eranelbaz! I think it might have been posted in here, but I've made a full Introduction to TypeScript video course over here, which might be useful.

I've also written an article introducing JavaScript developers to TypeScript, which you can check out here.

Let me know if you have any other questions - happy to help where I can!

Collapse
 
eranelbaz profile image
eranelbaz

Thanks! I'll take a look!

Collapse
 
mcgoo84 profile image
Marek

Watch the whole course from the beginning here:
youtube.com/playlist?list=PL7siRj7...

Collapse
 
eranelbaz profile image
eranelbaz

Thanks I'll do it!

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

I might not able to tell much about React, but how do you plan you backend?

MERN stack?

I believe if you know your way in SQL, PostGres or MySQL should be better. However, MongoDB integrates very well with TypeScript.

Also, Express.js is nothing like Spring or Django. It is more like Flask.