Updated with additional learning resources found helpful in chiaramooney onboarding.
Родитель
413aea21ef
Коммит
2cd25e9ce1
|
@ -12,15 +12,21 @@
|
|||
- 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)
|
||||
- [Brown Bag on node module and yarn workspaces](https://msit.microsoftstream.com/video/cea19732-e544-4a95-a0ca-f974894e7b17) - Gives an introduction into the infrastructure of dependency installation for React Native
|
||||
|
||||
## 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
|
||||
- [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 for UI community modules
|
||||
- [React Native Clipboard](https://github.com/react-native-clipboard/clipboard) - Clipboard is fairly straight forward, useful to review and use as an example for non-UI community modules
|
||||
- [React Native Orientation Locker](https://github.com/wonday/react-native-orientation-locker) - Orientation Locker is useful to review and use as an example for instances of REACT_INIT, REACT_EVENT, and REACT_CONSTANT_PROVIDER
|
||||
|
||||
### 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)
|
||||
- [Windows 10 development for absolute beginners](https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners)
|
||||
|
||||
# C++
|
||||
- Effective Modern C++ by Scott Myers - For growing your C++ knowledge to Senior level
|
Загрузка…
Ссылка в новой задаче