DEV Community

Julio Herrera
Julio Herrera

Posted on

2

What is React?

Hello Everyone!

My name is Julio Herrera and I am a freelance developer from Italy. I know Java, HTML, C++, and Python, and I wanted to learn React, any help will be appreciated.

Thank You!

Top comments (3)

Collapse
 
pidgey0403 profile image
Gabrielle Niamat β€’

Taken from the official React documentation:

React apps are made out of components. A component is a piece of the UI (user interface) that has its own logic and appearance. A component can be as small as a button, or as large as an entire page. React components are JavaScript functions that return markup.

This web development framework aims to make it easier and faster to build out interfaces using the idea of components as the building blocks for all parts of your interface.

I'd encourage you to take a look at the 'Learn' section of the official React.js documentation; it does a good job of getting you straight into learning: react.dev/

Good luck!

Collapse
 
julioherrera profile image
Julio Herrera β€’

Thank you!

Collapse
 
hennry1234 profile image
Hennry Smith β€’

React a development server that uses Webpack to compile React, JSX, and ES6.
For Learning React you can visit this website
v2.scrimba.com/learn-react-c0e
react-v8.holt.courses/

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

πŸ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay