Your Introduction to React JS & Redux
If you want to support me: When you purchase the course through my link here, I receive a higher sales commission from Udemy than if the course is accessed and purchased through the platform directly.
Udemy assures me that you will receive the current best price at which this course is currently sold on the Udemy marketplace. So you should not pay more through my link than if you buy the course directly through the platform.
React and Redux are JavaScript libraries with which performant user interfaces can be built in a simple way, even for complex web applications.
With React, reusable components are defined, which can then be assembled into views, i.e. different views of a single-page website. Using Redux, the state information ("states") of the page is managed centrally in one place and made accessible to all components of the application.
For this course, basic knowledge in HTML, CSS and JavaScript is recommended in order to be able to acquire advanced content of web development, such as:
- JSX: Compact notation for React code to save time
- React Router: enables having multiple sub-pages
- Webpack, Babel and ES6: ES6 for modern and comfortable notation of programming with React, API and ES6 ensure that the code can be executed in any browser
- Querying an API: Querying data from a programming interface of a website to be able to use it for your own applications
After completing the course, participants will be able to:
- Develop JavaScript applications with React JSX and Redux
- Understand the differences between props and state
- Develop scalable applications with React
- Develop native iOS / Android apps
The knowledge from the theory lessons is consolidated in examples and practical projects.