Introduction to React frontend library - Software School (2024-02-15)

Опубликовано: 19 Февраль 2024
на канале: Tech World Software School
236
2

An introduction to the ReactJS library to build user interfaces on the frontend using the JavaScript programming language.

The lecture uses CodeSandbox as the development environment.

You learn how React components can be defined as a function that returns a template for what the user should see. That template is written like HTML, but is actually syntactic sugar called JSX.

The lecture teaches how to pass information down to components via properties, usually called props. You also learn about the special prop called children, that passes the value between the open and close tags.

You get a brief introduction to keeping track of values in the React state using a hook.

The lecture also teaches you how to handle events such as clicking a button.

You also learn how to control an input component so the values are tracked and changed using JavaScript.

Source Code: https://github.com/nbktechworld/intro...


Смотрите видео Introduction to React frontend library - Software School (2024-02-15) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Tech World Software School 19 Февраль 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 236 раз и оно понравилось 2 людям.