After seeing the code along and doing your first lab, discuss these ideas with your friends:
- From your understanding, what is React?
- What concept stood out to you about React?
- How different is coding React apps from coding with pure JS?
- What benefits do you anticipate from using React?
- How would React help you towards having a more structured project management experience?
After discussing this, one member of the team should write down what the group reached in the comment sections.
1- is javascript library it is component base make the user interface intractive
2- easy to work instead of righting in DOM
3- in javascript we have to write in one file instead of react that give the ability to separate multi components in separate files
4- Document Object Model (DOM) is declarative
5- a team works on the same project can devide it in multi task as file