Add contributor introduction section

Chris Glein 2021-04-23 17:00:03 -07:00
Родитель 862f9a348e
Коммит 9590b9d2f0
1 изменённых файлов: 8 добавлений и 0 удалений

@ -1,3 +1,11 @@
# Getting Started
Looking to contribute but don't know much about React or Windows development? Start here.
React Native for Windows combines the React Native framework and native Windows platform (UWP/XAML). As a result familiarity with both is useful. Here are some steps you can take to get acquainted.
- The [XAML Controls Gallery](https://www.microsoft.com/en-us/p/xaml-controls-gallery/9msvh128x2zt?activetab=pivot:overviewtab) app is a great way to see what XAML can do. You can just download the app and play around.
- We've created a peer [React Native Gallery](https://www.microsoft.com/en-us/p/react-native-gallery/9npg0b292h4r?activetab=pivot:overviewtab) app that will show similar controls built with React Native for Windows. Download that and contrast with the XAML Controls Gallery.
- The [blog](https://microsoft.github.io/react-native-windows/blog/) on our website that covers the work weve been doing over the past few years. Give it a look to see how this space is evolving.
# React.js
- [React.js Getting Started (pluralsight)](https://app.pluralsight.com/library/courses/react-js-getting-started/table-of-contents
) Fantastic course for interactive learning about React.js