areebsattar / My-Coursework-Planner

0 stars 0 forks source link

[TECH ED] What is React #165

Open areebsattar opened 7 months ago

areebsattar commented 7 months ago

Link to the coursework

https://www.youtube.com/watch?v=0KlRgFEEz0g

Why are we doing this?

  1. Watch the attached video. You can stop watching at 11:06 (the rest is unnecessary)

  2. Write your answers as a comment on your ticket on your board.

  3. In the comment, answer these questions in ONE sentence:

A. What does he say the "best description of React is"? B. What does he say "could be a component"? C. What does he say is the benefit of using JSX? D. What makes React fast?

Maximum time in hours (Tech has max 16 per week total)

1

How to get help

Share your blockers in your class channel. https://syllabus.codeyourfuture.io/guides/asking-questions

How to submit

Write your answers as a comment on your ticket on your board.

areebsattar commented 7 months ago

A. What does he say the "best description of React is"? React is a JavaScript Library for building user interfaces B. What does he say "could be a component"? A component can be anything on the page as small as search box C. What does he say is the benefit of using JSX? That you're able to interact with the DOM in the way we are familiar already D. What makes React fast? React is not trying to do everything but it just do a few things but it does them really well