https://github.com/uber5/u5-about
Given React, build an 'about' page to show revision etc, and client side error logging
https://github.com/uber5/u5-about
Last synced: about 2 months ago
JSON representation
Given React, build an 'about' page to show revision etc, and client side error logging
- Host: GitHub
- URL: https://github.com/uber5/u5-about
- Owner: Uber5
- License: mit
- Created: 2017-05-11T09:04:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T15:02:14.000Z (about 9 years ago)
- Last Synced: 2026-04-07T09:13:58.272Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How
Check [the sample](./sample).
Roughly:
* Include the script (TODO: with what key?) from static.uber5.com, see
[index.html](./sample/index.html).
* Use the `About` and the `LoggedErrors` components somewhere in the app, see
[app.js](./sample/app.js) for an example.
The React components are really simplistic, so you can easily replace them with
your own, if you find them too ugly (and they are ugly).
# How Ready?
Not ready, in development. Don't use.