- What is the
difference
betweenNamed export
,Default export
, and* as export
? - What are
React Hooks
? - Why do we need
useState Hook
?
Clean up
your code.- Create a
Folder Structure
for your app. - Make
different files
for each Component. - Create a
config file
. - Use all types of
import and export
. - Create a
Restaurant Filter button
- Use
useState
to create a variable andbind
it to theRestaurant Filter Button
. - Try to make your
Filter Button Work
.