survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

Introduction, Webpack Config and Basic Note Application #354

Closed saviomuc closed 8 years ago

saviomuc commented 8 years ago

Hi, so far I like your book and I relly appreciate your effort. But there is one thing which really makes it hard for me to stick with it.

In the introductory chapter you write:

I expect that you have a basic knowledge of JavaScript and Node.js. You should be able to use npm on an elementary level. If you know something about Webpack or React, that's great. By reading this book you will deepen your understanding of these tools. when actually what you mean is: The reader should have a basic understanding of ES6 and React.

Implementing a Basic Note Application - Adding new items to the list not clear

Currently the state of our application is tied to render(). In order to make it possible to modify it, we'll need to convert it into component state. After that, we can define operations to alter it. As the state changes, React will update the list automatically for us. I am lost at this point. You make many assumptions:

All of that is not explained in previous chapters. It would be great if you'd add a brief explanation or summary on these concepts.

bebraw commented 8 years ago

Thanks for bringing this up! I'll try to get this sorted out for the final. Esp. those bullets.

bebraw commented 8 years ago

I'll sort this out tomorrow. Feel free to drop issues like this in the meantime. They are of great help!