Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felixhaeberle/react-course

react-course
https://github.com/felixhaeberle/react-course

Last synced: 16 days ago
JSON representation

react-course

Awesome Lists containing this project

README

        

# react-course

## What's about this React course?

This is a course I will do to improve my react + redux knowledge.
The course covers the following subjects:

- The "What", "Why" and "How"
- React Basics (Base features, syntax and concepts)
- How to output lists and conditional content
- Styling of React components
- A deep dive into the internals of React and advanced component features
- How to access Http content from within React apps (AJAX)
- Redux, Redux, Redux ... from basics to advanced!
- Forms and form validation in React apps
- Authentication
- An introduction to unit testing
- An introduction to Next.js
- React app deployment instructions
- ...and much more!

If you are also interested in doing this course feel free to give it a look at https://www.udemy.com/react-the-complete-guide-incl-redux/

## Helpful React sources

English:
https://reactjs.org/
https://reactjs.org/tutorial/tutorial.html
https://redux.js.org/
http://graphql.org/
http://graphql.org/learn/

German:
https://www.heise.de/developer/artikel/JavaScript-Einfuehrung-in-React-2689175.html?seite=all
http://reactjs.de/posts/react-tutorial
https://blog.dirk-helbert.de/blog/2017/05/12/reactjs-anfaenger-tutorial/