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"
- Host: GitHub
- URL: https://github.com/frinyvonnick/reacats
- Owner: frinyvonnick
- License: mit
- Created: 2019-03-17T09:55:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T16:39:16.000Z (almost 6 years ago)
- Last Synced: 2025-11-06T18:03:39.958Z (8 months ago)
- Topics: cache, context, forwardref, hooks, lazy, memo, portal, react
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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": ""
}
```