-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Learning Resources
Chiara Mooney edited this page Jan 22, 2021
·
11 revisions
- React.js Getting Started (pluralsight) Fantastic course for interactive learning about React.js
- ReactJS official documentation
- Tutorial to build ReactJS web apps using VS Code
-
Using React Hooks - Good course for learning the basics of hooks:
useState
,useRef
,useEffect
,useContext
,useReducer
,useCallback
, anduseMemo
- ReactNative official documentation
- Brown Bag Introduction to RN
- React Native Fundamentals (plurasight)
- Brown Bag on node module and yarn workspaces - Gives an introduction into the infrastructure of dependency installation for React Native
- Brown Bag introduction to CM - Gives an overview of how CM work
- Official documentation
- React Native Picker - Picker is fairly straight forward, useful to review and use as an example for UI community modules
- React Native Clipboard - Clipboard is fairly straight forward, useful to review and use as an example for non-UI community modules
- 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
- Appium course (plurasight) - Learn how to add windows tests to a CM.
- React Native WebView - Webview is a more complete CM with tests and CI checks
- Effective Modern C++ by Scott Myers - For growing your C++ knowledge to Senior level