An open API service indexing awesome lists of open source software.

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

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)