An open API service indexing awesome lists of open source software.

https://github.com/yiqu/qotd

Quote of the Day
https://github.com/yiqu/qotd

react reactrouterdom

Last synced: 5 months ago
JSON representation

Quote of the Day

Awesome Lists containing this project

README

          

# Great Quotes
[![CircleCI](https://circleci.com/gh/yiqu/qotd/tree/master.svg?style=svg)](https://circleci.com/gh/yiqu/qotd/tree/master)

## Concepts practiced

- ```React Router``` - Router package.
- ```useHistory()``` - History hook to navigate programmatically.
- ```useLocation()``` - Hook to get current location of path.
- ```useParams()``` - Hook to get params.
- ```NavLink``` - A link with active classes.
- ```Link``` - Basic navigation link.
- ```to``` - Path to go to.
- ```to as object``` - Object that has pathname, search, hash.

## Backend utilized
- ```firebase``` - Dynamic JSON database.

## Lib used
- ```react-use``` - Common premade hooks. (https://github.com/streamich/react-use)
- ```firebase-hooks``` - A set of reusable React Hooks for Firebase. (https://github.com/CSFrequency/react-firebase-hooks/)

## References
- ```use-hooks``` - Recipe of common hooks. (https://usehooks.com/)