Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ampers : Abinnet #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Ampers : Abinnet #3

wants to merge 4 commits into from

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