DEV Community

Cover image for An Absolute Beginner Learns React

An Absolute Beginner Learns React

Andrew (he/him) on April 02, 2019

I know nothing about React other than it's a JavaScript framework and I guess it focuses on reactive programming. I know very little about JavaScri...
Collapse
 
sebastiannielsen profile image
Sebastian-Nielsen

""React is a library for building composable user interfaces. It encourages the creation of reusable UI components which present data that changes over time. It is not a complete application framework like angular, it is just a view layer. So it is not directly comparable to frameworks like angular.""

Collapse
 
dhanushbhat9 profile image
Dhanush Bhat

Hi Andrew . I am trying to execute but i am getting an error

'App' is not defined react/jsx-no-undef

Collapse
 
dhanushbhat9 profile image
Dhanush Bhat

Could you please help me out?? I am a React Beginner

Collapse
 
kayis profile image
K

Maybe this helps a bit: github.com/kay-is/react-from-zero

Collapse
 
awwsmm profile image
Andrew (he/him)

I will definitely check it out after I finish the ReactJS.org tutorial! Thanks!
(I feel like I've met a celebrity! 🤓)