0x00. Webpack |
In this project we will try to understand how to use webpack |
0x01. react_intro |
This project is an introduction to React. |
0x02. react_props |
This project is an introduction to React_props. |
0x03. react_component |
The learning objectives include understanding when to use a Class or a function to create a component, the lifecycle of a Class component, testing components, utilizing Jest spy for function verification, understanding Higher Order Components (HOC), optimizing performance, and controlling which components to render. |
0x04. React_inline_styling |
project is FOR enhance the understanding and skills of participants in the following areas related to React development: 1-Inline Styling, 2-CSS-in-JS with Aphrodite, 3-Conditional Styling, 4-Responsive Design, 5-Animation, 6-Testing. |
0x05. React_state |
The overall purpose of this text is to guide a developer through the completion of the specified tasks in order to enhance their understanding and proficiency in React web development. The tasks cover a range of topics, from adding local state for notifications to working with React Hooks and context. |