Skip to content

Instantly share code, notes, and snippets.

@AllanSaleh
Created November 17, 2022 08:21
Show Gist options
  • Save AllanSaleh/4518dfd35fa71de1d4a235d0b3615421 to your computer and use it in GitHub Desktop.
Save AllanSaleh/4518dfd35fa71de1d4a235d0b3615421 to your computer and use it in GitHub Desktop.

React Introduction Discussion

After seeing the code along and doing your first lab, discuss these ideas with your friends:

  1. From your understanding, what is React?
  2. What concept stood out to you about React?
  3. How different is coding React apps from coding with pure JS?
  4. What benefits do you anticipate from using React?
  5. 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.

@esbenes
Copy link

esbenes commented Nov 17, 2022

1- It is a library, it creates virtual DOM.
2- Creating components, it saves time
3- React is more practical, saves time ,easy to understand
4- It will provide reusable components, we will deal with less code, effective file management
5- Our project management would be easier

Miray - Tugba - Yusuf- Rabia - Enes

@symys
Copy link

symys commented Nov 17, 2022

1-library for JS, React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
2-it makes JS easier
3-components, make the process for developers much easier, Virtual DOM
4-Makes JavaScript coding easier, Extremely competent, Excellent cross-platform support, Handles dependencies, Template designing made easy, Provides amazing developer tools, UI focused designs, Easy to adopt
5-because we are software developer I think if we had Knowledge about React it will make our work more professional

Copy link

ghost commented Nov 17, 2022

  1. Creating components piece of UI
  2. Creating Virtual DOM, using only one HTML page
  3. With react it is much simpler to manupulate dom then using pure js for it
    4.I expected less code which makes easier coding,UI focused designs
    5.Provides developer tools, adopts easily, advantage for time

@Saeed-Alsaiyed
Copy link

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

@Omer-Amr
Copy link

  1. React is a libary that used for creating user interface. It creates virtual DOM from the dom so it can rerender it every time something changes.
  2. Creating Virtual DOM, using only one HTML page.
  3. With react it’s much easier to manupulate DOM then using pure js for it.
  4. Makes JavaScript coding easier, Handles dependencies, Template designing made easy, UI focused designs, Easy to adopt.
  5. React.js by its very nature is very readable and it is easy to understand so using it will make the project managable and easy to work especially for teamworking, huge projects.

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