learnyoureact icon indicating copy to clipboard operation
learnyoureact copied to clipboard

Let's learn React.js and server side rendering!

Results 37 learnyoureact issues
Sort by recently updated
recently updated
newest added

✗ ?exercises.PROP_AND_STATE.fail.connection || common.exercise.fail.connection || fail.connection?

Removed dollar sign and combined two commands to make it easier to copy and paste

Using semicolon for correct issue when checking code with learnyoureact verify program.js

Using semicolon to correct error when checking code ``` border: "2px solid black\;" border: "1px solid black\;" border: "1px solid black\;" ```

Code correction using semicolon on lines 19, 34 and 35

Lesson 3 is fairly confusing all the way around, but one egregious issue is that the canonical answer won't pass tests: https://github.com/workshopper/learnyoureact/blob/fa578ba8ae498b297b9b532336fad5677c07b5c3/exercises/props/solution/views/index.jsx#L19 ``` 5. ACTUAL: " " 5. EXPECTED: "...

There is written: > After editing the `index.jsx` file, run your code with `learnyoureact run program.js`. When I run it, I have some error `TimeoutOverflowWarning`. It looks like this: ```bash...

I cannot pass the ISOMORPHIC test even after using the official solutions. My dependencies are same as shown in your git repo. ![screenshot from 2017-06-14 01-05-48](https://user-images.githubusercontent.com/15799589/27101000-b4651176-509d-11e7-85bd-84761774a94b.png)

When I run my program in terminal (ex: `node program.js 3000 Milk 13:00`) in the exercises: ``` State CSS2 Event ``` I direct my browser to localhost:3000, everything is initially...

react.js and and the jsx syntex links are blank.. links-- https://reactjs.org/ https://www.reactenlightenment.com/react-jsx/5.1.html