pull/382/merge
Abhay Pratap Singh 2 years ago committed by GitHub
commit a7470b54b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ A React component is a small, reusable code, which is responsible for one part o
Components can be:
- Functional Component / Presentational Component / Stateless Component / Dumb Component
- Class Component / Container Component/ Statefull Component / Smart Component
- Class Component / Container Component/ Stateful Component / Smart Component
The classification of components above does not work for the latest version of React, but it is good to know the former definition and how the previous versions work.

Loading…
Cancel
Save