https://github.com/sandstorm/basic-react-redux-handout
Handout for our react/redux basic trainings
https://github.com/sandstorm/basic-react-redux-handout
documentation handout training-material
Last synced: about 2 months ago
JSON representation
Handout for our react/redux basic trainings
- Host: GitHub
- URL: https://github.com/sandstorm/basic-react-redux-handout
- Owner: sandstorm
- Created: 2020-02-06T07:52:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T16:23:38.000Z (over 4 years ago)
- Last Synced: 2025-08-18T14:00:46.319Z (about 2 months ago)
- Topics: documentation, handout, training-material
- Size: 39.1 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Basics Handout
This repository serves as a living handout for our basic react trainings.
We will constantly update and extend the provided content.
If you spot an error or have any suggestions, feel free to open an issue.## ToC
* [JS-Primer](./JS-primer.md)
* [TypeScript](./TypeScript.md)
* [Functional Programming Basics](./functional-programming-basics.md)
* [React Basics](./React.md)
* [Functional Components & Hooks](./functional-components-and-hooks.md)
* [Redux](./redux.md)
* [Useful links and resources](./useful-links.md)