Lessons by tag «components»
We found 22 lessons lessons about the «components» in the Hexlet catalog. These lessons on «components» are available in the following courses: JS: React.
Learn how to create box components that can work with nested components.
Learn how to create stateful components. Learn to add interactivity.
Understand state and event management in nested components.
Learn about the problems that the developer face when working with source code.
Learn to interact with the real DOM to integrate third party components.
Learn the basic unit in react - the component. Learn to create and render it in the browser.
Get familiar with the course and set up the environment.
Consider creating components based on functions and using namespaces.
Learn how to handle collections of data inside components.
Learn how to properly work with component classes that can change dynamically.
Recollect that everything around is automata. Learn to work with automata in React properly.
Learn how to work with compound structures in an immutable style. Explore the `immutability-helper` library.
Learn about jsx features that work differently from html.
Learn a convenient way to access global state in nested components
Learn about the specifics of working with an event object in asynchronous code. Practice creating asynchronous handlers.