/react-course

React Primer: A simple meetups app that posts and fetches data and stores contextual data like Favorites in localStorage

Primary LanguageJavaScript

React Primer

Built a meetups app with React. This is what I learned:

  • Use Router to navigate the app
  • use React Hooks like useState, useEffect, useContext
  • Store and fetch data from a db, in this case: firebase.
  • Managing state within the app when fetching content