React for Frontend Design
React, one of the most popular JavaScript libraries, is a free and open-source library developed and maintained by Meta. It enables developers to build modern and interactive user interfaces in an easy and efficient way.
React is compatible with any Model–View–Controller and Component-based Render Architecture Framework. This unique architecture and third-party support ecosystem of React takes both web and mobile application development to the next level. For frontend design, the concept of virtual DOM (VDOM) in React can greatly enhance the performance of a UI.
40
Chinese
Learning Outcomes
1. Understand the concept of virtual DOM
2. Learn the basic concepts of React: state, props, class and component
3. Learn the setting up and configuration of a React application
4. Learn the application of the Webpack module bundler
5. Know the difference between React function components and class components