React for Single Page Applications
- Duration
- 60 Hours
- Language
- Chinese
- Category
- Web 3.0
- Course code
- WD_03
Learning outcomes
- check_circle Know the advantages of single page applications
- check_circle Learn the usage of React Router
- check_circle Understand the use of Redux for state management
- check_circle Understand different React Hooks
- check_circle Learn ways to separate code into Client side and Server side code blocks
Description
To create a faster and more effective web application, the single page application would be a solution. Instead of the default method of a web browser loading entire new pages, the single page application interacts with the user by just dynamically rewriting the current web page with new data from the web server. In this course, you can learn to extend your React skills with the JavaScript library Redux, which adds state management capabilities, to create single page applications.