top of page
React for Single Page Applications
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.
60
Chinese
Learning Outcomes
1. Know the advantages of single page applications
2. Learn the usage of React Router
3. Understand the use of Redux for state management
4. Understand different React Hooks
5. Learn ways to separate code into Client side and Server side code blocks