reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class 31 - Hooks API


Questions

  1. Why do we need more .html pages in a multi-page React app? “Single page websites cannot always represent complete information” - Techomoro, Syamlal CM

  2. If we wanted a component to show up on every page, where would we put it and why? Create a layout component

  3. What does props.children contain? Whatever you include in between the opening and closing tags

Vocabulary

Read: Making Sense of React Hooks

Read: Using the state hook

Read: Hooks at a glance

Read: Hooks API Reference

Read: Using the effect hook


Return to reading-notes Deployed Site

Return to reading-notes Mark Down