-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Learning Resources
Chris Glein edited this page Jul 20, 2020
·
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