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

https://github.com/frinyvonnick/reacats

Demonstration app for talk "React in 2019"
https://github.com/frinyvonnick/reacats

cache context forwardref hooks lazy memo portal react

Last synced: 4 months ago
JSON representation

Demonstration app for talk "React in 2019"

Awesome Lists containing this project

README

          

# Reacats

Demo application for DevoxxFR 2019.

This application aims to demonstrate all the cool new stuff in React 16.

## Usage

To use this application, you'll need to get an API key from [the cat API](https://thecatapi.com).

This API key has to be written in a `src/config.json` file using the template file provided below.

```json
{
"apiKey": ""
}
```