From the course: Building UI Components with Storybook: Master React Components and UI Design with Storybook for Better Efficiency
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Event handling practice and section summary
From the course: Building UI Components with Storybook: Master React Components and UI Design with Storybook for Better Efficiency
Event handling practice and section summary
We've covered quite a bit in this section, so it's normal if you're new to React for a lot of scope to go over your head, as long as you're getting the principal ideas. What are the principal ideas? Well, we use Create React App to get a template rolling that's well-configured following the declarative paradigm of good standards from Create React App. We've got our node modules, we've got our packages, we've got our versions locked down. We've got this basic app file that has that index JS and the public HTML, of course, which is wrapping the root of React around it. What did we do? Well, we created a homepage component. We learned about JSX, how JSX intermingles JavaScript with HTML to get, to be able to create these pure component functions that can return the rendering of containers and elements and information, text descriptions, buttons, everything we need to build a web application. Then we learned about props and passing in props and composite components. Then we learned about…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
Important note on the upcoming sections3m 20s
-
(Locked)
What is the DOM and what is the React Virtual DOM? React fundamentals8m 31s
-
(Locked)
How to start building a React app with CRA4m 2s
-
(Locked)
CRA: React files and dependencies, an overview8m 51s
-
(Locked)
How to connect the root of React to the DOM and rendering React application6m 59s
-
(Locked)
Running a local development server of React9m 10s
-
(Locked)
What are functional components in React11m 2s
-
(Locked)
Quick observation on ECMAScript standards with React3m 36s
-
(Locked)
The React component tree and composite components8m 34s
-
(Locked)
How props work in React7m 6s
-
(Locked)
Exercise: Build a React component7m 50s
-
(Locked)
What are hooks in React12m 24s
-
(Locked)
Input dynamic tests and events with React9m 20s
-
(Locked)
Event handling practice and section summary12m 41s
-
(Locked)
-
-
-
-
-