patternfly-react-demo-app
patternfly-react-demo-app copied to clipboard
DEPRECATED: This project is no longer active. See https://github.com/patternfly/patternfly-react-seed for PF4 demos.
The markup implies that there should be two links under Overview: Projects, Stages. But neither hover nor click will reveal these items (gif below): ```html Overview Overview Projects Stages ```...
It sounds obvious but you need to perform that at step 0 before to run the getting started steps. Or at least in some environments a npm install might not...
I believe the community is leaning towards yarn now, but curious if the patternfly react crew has a pref.
Contemplating this as an idea, but seems like, since its waiting for the component to load, a loading spinner could be in order here.
Noticed that [react-router doesn't handle query strings as of v4](https://github.com/ReactTraining/react-router/issues/4410), but guessing there is a favored way among users for making up for this deficiency. If so, perhaps add a...
* add tests for Redux reducers / stateless components, etc.

* Currently Prettier plugin has [issues](https://github.com/prettier/prettier-eslint/issues/92) respecting `tslint` configuration. However, as long as `prettier.singleQuote` is enabled in your IDE, it should be fine to use Prettier and avoid tslint errors....
* Once the React Bootstrap's [NavDropdown](https://react-bootstrap.github.io/components.html#navs-dropdown) is implemented in PF-React [#42](https://github.com/patternfly/patternfly-react/issues/42), let's add a logout mechanism which clears the logout cookie via Redux.