React JS for .NET Developers - get started in 10 minutes!

preview_player
Показать описание
Learn how to get started using React JS and Typescript with a tutorial designed for .NET Developers familiar with MVVM and View Models in mind. In this video we convert a .NET C# WPF app to a Typescript based React JS app.

0:00 Intro
0:18 Starting the React Typescript app with npx
1:35 Running the app
2:17 Converting from a Functional Component to a Class Component
2:54 Creating the State from the View Model
5:16 Creating and calling the increment function
6:40 Using props to set the initial value
8:40 Thanks and outro

#reactjs #dotnet #mvvm
Рекомендации по теме
Комментарии
Автор

Was this useful? Let me know in the comments and it will really make my day 😄

edandersen
Автор

Nice to see a fellow British developer. A welcome change from the usual videos from our friends across the pond. 😂

TheQuietGuyAtTheBack
Автор

Hej Ted, I really appreciate this style of videos! Learning or improving another language can be really boring / annoying when you already have expert-level knowledge in another, since most tutorials are very basic and designed for beginners. So this style of building on that knowledge and transferring it to another eco system is very helpful. Thanks!

piet
Автор

Brilliant Idea. Even i not used WPF at all, i could learn quiet a bit about how React works.

farangkao
Автор

I'm just starting on React/Typescript but I'm surprised to see class components which I believe are now outdated in favour of functional components.

valentinorossi
Автор

I will never understand why people love react to be honest it is very annoying to work with and the workflow makes no sense, the only reason they use it because it is popular and it is used by Meta team and have jobs, if microsoft blazor will be fast no one will use react, the work flow is simple the C# language is amazing and very easy and simple to work with

VEOdev