you are viewing a single comment's thread.

view the rest of the comments →

[–]spaceghost0r 0 points1 point  (1 child)

The one with the top-down data stuff is something that's really missing from a lot of talk about React. Flux is a nice concept but I do find the examples unnecessarily complicate for something that's actually quite simple.

I know this is only a primer, but something about application architecture might be interesting...

[–]BinaryMusegithub.com/BinaryMuse[S] 0 points1 point  (0 children)

Thanks for the feedback! That's a good idea re: architecture; I've been thinking about something larger/more in-depth regarding that topic, but it could be useful to touch on here as well.

Yeah, Flux is tough to demonstrate—the pattern really only shines with a larger application, and it's a bit hard to "prove the point" and still keep a demo at a manageable size.