reactbook
reactbook copied to clipboard
files accompanying the book "React: Up and Running"
While modifying the tests to learn about recent upgrades to Jest, expect `getValue()` to be equal to the `defaultValue` prop failed for `` from the schema sample because "2015" was...
**Problem**: If you do not click a star when you add a new records, the value of rating is `NaN` because of `parseInt('', 10)`. `JSON.stringify` writes `NaN` as `null`, therefore...
Method definition shorthands may not be supported on all platforms
Hi Stoyan, Finished reading your book. Love it! I found this issue below with flow. ``` js/source/discover.js:28 28: Button with onClick: alert('ouch')}>Click me ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ React element `Button` 11: const Button...