Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixhaeberle/react-course
react-course
https://github.com/felixhaeberle/react-course
Last synced: 16 days ago
JSON representation
react-course
- Host: GitHub
- URL: https://github.com/felixhaeberle/react-course
- Owner: felixhaeberle
- Created: 2018-01-16T14:02:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T21:52:16.000Z (over 5 years ago)
- Last Synced: 2024-10-28T17:12:27.738Z (2 months ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/