reading-notes

Reading Journal

Props and component-based architecture are critical to software development because they provide a modular and scalable approach to building programs. Props allow you to pass information between different parts of your code, allowing for seamless communication and adaptability. Component-based architecture enhances the organization and scalability of projects, making it easier to manage, reuse, and maintain code, ultimately contributing to more efficient software development.

Reading

Component-Based Architecture

1. What is a “component”?

2. What are the characteristics of a component?

3. What are the advantages of using component-based architecture?

What is Props and How to Use it in React

1. What is “props” short for?

2. How are props used in React?

3. What is the flow of props?

Things I want to know more about.

I want to know see some live use cases of React, props, and component based architecture to help with my overall understanding of the concept.