Updated Learning Resources (markdown)

Chris Glein 2020-07-20 10:19:00 -07:00
Родитель 80bfc81ac3
Коммит e6a3c8ae8b
1 изменённых файлов: 8 добавлений и 5 удалений

@ -1,9 +1,12 @@
# React.js
https://app.pluralsight.com/library/courses/react-js-getting-started/table-of-contents
- Fantastic [pluralsight course](https://app.pluralsight.com/library/courses/react-js-getting-started/table-of-contents
) for interactive learning about React.js
- ReactJS [official documentation](https://reactjs.org/docs/getting-started.html)
- [Tutorial](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial) to build ReactJS web apps using VS Code
Fantastic course for interactive learning about React.js
# ReactNative
- ReactNative [official documentation](https://reactnative.dev/docs/getting-started.html)
# React hooks
https://app.pluralsight.com/library/courses/using-react-hooks
Good course for learning the basics of hooks: `useState`, `useRef`, `useEffect`, `useContext`, `useReducer`, `useCallback`, and `useMemo`
- [Good course](https://app.pluralsight.com/library/courses/using-react-hooks
) for learning the basics of hooks: `useState`, `useRef`, `useEffect`, `useContext`, `useReducer`, `useCallback`, and `useMemo`