react-primer-draft
react-primer-draft copied to clipboard
A primer for building web applications with React.
Thanks for putting together this great tutorial! I noticed that the JS Bins seem to be missing `` inside of the html. As such, all the examples start out blank...
Why not publish it as a [GitBook](https://www.gitbook.com) ? Some examples of GitBooks hosted on GitHub: - https://github.com/0xAX/linux-insides - https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System
I think the primary example should still have `React.createClass`, with ES6 examples available at an Appendix section. When `mixins` are concrete, I would feel comfortable with switching the ES6 examples...
Great draft! Posit: this guide would have a longer lifespan if it shifted away from React.createClass and towards ES6 classes/components. My understanding is that React is rapidly moving towards a...