Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

Cool, that tutorial looks nice on a quick glance. Thanks for linking.

@terry-s There's a related blog post on its way. Currently my focus is on getting an Amazon release done as that _might_ help. See also #200 .

Little update on this. Here's [the blog post](http://survivejs.com/blog/redux-interview/). I've also made a [redux demo](https://github.com/survivejs/redux-demo). I'll leave the issue open for now. The most likely scenario is that if it doesn't...

Yeah, they are development ideas at this point. Now I'm pushing towards a wider scale release with the current content. Ideally I'll get a paper version done. A lot depends...

@jvanzyl One more. [velocity-react](https://github.com/twitter-fabric/velocity-react) just got [announced](https://fabric.io/blog/introducing-the-velocityreact-library). One interesting question is that is it possible to integrate **velocity-react** and **React DnD** together somehow (i.e., in Kanban ordering).

@karlnp Sure. If you can drop me a mail, that would be great! I feel we're still figuring this area of React out.

Hi, The demo project has been designed to work with the versions below: ``` "react-dnd": "^2.1.4", "react-dnd-html5-backend": "^2.1.2", "react-dom": "^15.1.0", ``` Here's the source for reference: https://github.com/survivejs/react-book/tree/dev/project_source/implementing_kanban/06_drag_and_drop/kanban-app .

I have a [stub chapter](https://github.com/survivejs/webpack_react/blob/e2100b4ea79b615656695b909fc3ec8b8790fdde/manuscript/getting_started/04_understanding_react_components.md) related to this now. It doesn't cover those methods yet. Just thought to mention.

You mean ``` jsx export default () => ( {notes.map(note => {note.task} )} ) ``` right in the start? The curlies come from JSX. That's why I have those bullets...

By the way, I wrote [a language feature appendix](http://survivejs.com/react/appendices/language-features/) to cover these sort of questions. I probably should link there in the text.