Updated Learning Resources (markdown)

Tatiana Kapos 2020-08-04 14:07:33 -07:00
Родитель fbcdb950d5
Коммит b057d64893
1 изменённых файлов: 11 добавлений и 0 удалений

@ -10,6 +10,17 @@
# ReactNative
- ReactNative [official documentation](https://reactnative.dev/docs/getting-started.html)
- [Brown Bag Introduction to RN](https://msit.microsoftstream.com/video/d5f7b7b8-46d0-483a-b8f7-bd975c0ed4ae)
- [React Native Fundamentals (plurasight)](https://app.pluralsight.com/library/courses/react-native-fundamentals/table-of-contents)
## ReactNative Community Modules
- [Brown Bag introduction to CM](https://msit.microsoftstream.com/video/95b7e024-b9db-4992-b9f4-cd5d1010a022) - Gives an overview of how CM work
- [Official documentation](https://microsoft.github.io/react-native-windows/docs/native-modules)
- [React Native Picker](https://github.com/react-native-community/react-native-picker) - Picker is fairly straight forward, useful to review and use as an example
### Testing Community Modules
- [Appium course (plurasight)](https://app.pluralsight.com/library/courses/getting-started-ui-testing-appium/table-of-contents) - Learn how to add windows tests to a CM.
- [React Native WebView](https://github.com/react-native-community/react-native-webview) - Webview is a more complete CM with tests and CI checks
# UWP
- [Windows 10 development for absolute beginners](https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners)