Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

Given React, build an 'about' page to show revision etc, and client side error logging

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.