Skip to content

Conversation

@Abiaina
Copy link

@Abiaina Abiaina commented May 31, 2018

React Chat Log

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What purpose do components serve in React? To help organize aspects of the DOM that would render together/change together
How does adding dynamic content to a web page in React compare to jQuery? it has a virtual DOM so it doesnt change the DOM directly it first compares all the changes to the exisitng DOM and then renders the page, renders changes automatically. Jquery needs a refresh or to have set up listening events that lead to a refresh.
How did you use props in this project? to pass info from the app component to the message component when making changes/updating the DOM
Do you have any recommendations on how we could improve this project for the next cohort? I liked this project, it was very straight forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant