Skip to main content

📓 Further Exploration Opportunities

If you take one glance at the Firebase docs, you know that there's a whole lot we can do with its many services! In this lesson, we'll take a look at a few opportunities for further exploration within Firebase, React Router, and React.

You're not required to explore the options listed below now, and know that there's much more out there than what's in this lesson. Instead, read through the following list to get an idea of what else you might want to explore in your projects this week, or for your capstone.

Firebase Services

React Router

React

  • Explore other React hooks on the Hooks API Reference documentation.
  • There are many smaller libraries that offer custom hooks as well. Check out this excellent list of resources on hooks, which includes tutorials and links to various custom hooks. Among other things, these custom hooks offer the following additional functionality to function components:
    • Handling form state
    • Using the Fetch API
    • Drawing SVGs
    • Handling media queries