ABDOU

#typescript

Here you can find all articles tagged with typescript

I built a chat app using React and GraphQL

How I went from zero experience in web development, to cloning Facebook Messenger and building a full-fledged chat app

#typescript#javascript#react#graphql
 - 13 minutes read • - views

Step up your Redux game with Typescript

Learn how to make your Redux strongly typed, so you can benefit from code completion, and all the other good stuff that comes with Typescript's type system

#typescript#redux#react
 - 17 minutes read • - views

The Repository pattern with Typescript

Repositories are used to encapsulate the logic used to access data sources. Learn more about this concept, and how to implement the it using Typescript

#typescript#testing
 - 10 minutes read • - views