DEV Community

Discussion on: Why would you want to learn ReactJS now?

Collapse
 
tomavelev profile image
Toma

Yes, Is it possible everything but the views reused?

Thread Thread
 
frontendengineer profile image
Let's Code

Components have their own logic that can be reused as needed.
Passing in props makes components dynamic meaning it can use different logic based on the data being passed into these components.