reactbook
reactbook copied to clipboard
files accompanying the book "React: Up and Running"
use version 16 to build the code, but it failed in lesson ONE T_T, build 'Hello world' and then throw the error, HELP T_T
Hey Stoyan, could you tell me please, how can I run examples from the folder whinepad v0.0.1. It says http://prntscr.com/h3gt2z Uncaught TypeError: Cannot read property 'arrayOf' of undefined at Object.33.react...
Hey Stoyan, I'm reading chapter 7 of your React book and it's really hard to make the code working (especially for a novice in all that fancy instruments), some libraries...
warning in chrome: Warning: Expected `onClick` listener to be a function, instead got a value of `boolean` type. It still works though. for this code in render(): onClick={!this.props.readonly && this.setRating.bind(this,...
in Button.js (page 111) PropTypes is not in React anymore, it's a separate import. import PropTypes from 'prop-types'; also applies to Excel.js
Since a strange ternary expression does not save the first "newState" value, the first is not saved to __log variable. The fix may be as follows: ``` , _logSetState: function(newState)...
Since elements are in JSX, we can change this in JSX syntax as well? By the way this is my first contribution in Github 👍
I noticed that for the read-only Rating control (in the Whinepad app), the mouse pointer changes between an arrow (hovering over a highlighted star) to a vertical bar (hovering over...
Line 168 in Excel.js, variable "content" is declared a second time. Removing "var" from that line clears the warning.
I think that in the picture 1.5 in the first is the main error. React does not wrap the letter o and the word world into additional span tags