GroceriStar / react-only-intern-22

GNU General Public License v3.0
0 stars 0 forks source link

Master React, Quick Code tutorial. Part 4 #5

Closed atherdon closed 6 years ago

atherdon commented 6 years ago

https://medium.com/quick-code/lets-learn-react-chapter-4-functional-x-class-based-component-227f89ea2192

1

nioperas06 commented 6 years ago

There are 2 types of React Components: Class based component (like a class) and Functional component (like a function).

I have one question: In Header.js (for example), when this import is used? import React from 'react'; Thanks.

nioperas06 commented 6 years ago

Found 😄 whenever I use JSX, I need React to be in scope. Thanks.

atherdon commented 6 years ago

move to the next chapter

atherdon commented 6 years ago

In Header.js (for example), when this import is used? import React from 'react'; Just try to remove it and you'll see :) @nioperas06