react-wildcat icon indicating copy to clipboard operation
react-wildcat copied to clipboard

An opinionated React environment.

Results 9 react-wildcat issues
Sort by recently updated
recently updated
newest added

This was started in PR #140. I think it makes sense to split this up so we don't feel overwhelmed. A good first step is to get a README.md file...

help wanted

Currently, running `wildcat-protractor-runner` will check if there's a server running on a specified port before starting one. However, if a server is already running in dev mode the e2e tests...

This was started with PR #136, it looks like [preboot](https://github.com/angular/preboot) has evolved since then and lives in its own repo.

Not a high priority, but we should look into upgrading React Router https://github.com/ReactTraining/react-router/blob/v4/README.md. Seems like v2 will continue to have support for a while.

Create a Wildcat Docker image that includes the following: ### Outstanding - [x] Required global dependencies - [x] Node 4.x - [x] npm 3.x - [x] jspm 0.16.x - [x]...

enhancement

[Source map urls](https://github.com/nfl/react-wildcat/blob/master/packages%2Freact-wildcat%2Fsrc%2Futils%2FcreateTranspiledModule.js#L67) are being constructed with a full directory path. The paths should be relative to the origin domain.

Investigate why hot-reloading is currently not working in stateless components.

Look into using [Flow](http://flowtype.org/) for static type checking. Possible blockers: - Does it support experimental Babel features? - Does it support rest/spread?