DEV Community

Cover image for Top 5 TypeScript meetup videos in March
MeetupFeed
MeetupFeed

Posted on

Top 5 TypeScript meetup videos in March

Greetings,

After February’s TypeScript selection, we’re back with more! Check out our latest roundup of exciting dev and meetup videos from the TypeScript community from March below!

TypeScript Dependency Injection with tsyringe
Learn how to use dependency injection in a TypeScript application using tsyringe as a dependency injection container.

We will be creating a REST API using NodeJS & Express. We will be doing this using classes in TypeScript. Each of these classes will use dependency injection so we can pass their dependencies into their constructors. We will then use tsyringe as

TypeScript latest version features
Typescript 4.2 is here already!! WHAT!!! Released on February 23, 2021, it came out with a lot of new features and improvements. Moreover, there are a few breaking changes as well that you need to take care of!

Learning TypeScript with Vue.js 3
TypeScript with Vue.js 3 can make you a super productive! I this video I discuss how to setup Vue.js 3 with TypeScript, how to create types and interfaces and how to convert from the Options API to the Composition API.

TypeScript for React and Effector
Continuing on with Typescript we are starting a series on React state management where we take the same To-Do list and implement it using a bunch of different state managers. This time we are looking at MobX!

GraphQL and TypeScript
Talks:

Building client applications with GraphQL and Apollo Client by Marlon Rodrigues

Faster, Safer, Cleaner: How TypeScript can help your React applications scale by George Kemp

Top comments (0)