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

The code samples for Learning React by Alex Banks and Eve Porcello, published by O'Reilly Media

Results 117 learning-react issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

render() { const { error } = this.state; const { children, fallback } = this.props; if (error) return ; return children; The destructing value fallback where it use? render() {...

Hello, not really an issue but something I am just unsure about. ``` const compose = (...fns) => (arg) => fns.reduce( (composed, f) => f(composed), arg ) ``` In chapter...

fix to match the target container with div name [#96]

Following links in Chapter 10 - lead to 404 status. https://github.com/MoonHighway/learning-react/blob/master/chapter-10/in-the-flow https://github.com/MoonHighway/learning-react/blob/master/chapter-10/my-type https://github.com/MoonHighway/learning-react/blob/master/chapter-10/testing https://github.com/MoonHighway/learning-react/blob/master/chapter-10/star-testing

Where are the files for the "Parallel Requests" example ? The waterfall files are present in the repository.