Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 524 Bytes

File metadata and controls

16 lines (12 loc) · 524 Bytes

Theory Assignments

What is the difference between Named Export, Default export and * as export? What is the importance of config.js file

What are React Hooks?

Why do we need a useState Hook?

Coding Assignment:

  • Clean up your code
  • Create a Folder Structure for your app
  • Make different files for each Components
  • Create a config file
  • Use all types of import and export
  • Create a Search Box in your App
  • Use useState to create a variable and bind it to the input box Try to make your search bar work