TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Cartoon Guide to Flux

65 pointsby jmadsenover 9 years ago

11 comments

whatever_dudeover 9 years ago
Great work.<p>However: while I feel this cartoon (and other Flux introductions I&#x27;ve seen) capture well the concepts behind Flux, none of them make up for the amount of boilerplate and just over-the-top abstractness (IMO) that goes into actually implementing vanilla Flux.<p>To me that is the biggest problem to make it easier for people to adopt it, not understanding the concept.
评论 #10458441 未加载
评论 #10459203 未加载
k__over 9 years ago
This is a real good introduction, but I wouldn&#x27;t call it a cartoon.<p>It&#x27;s a big text with many drawings.<p>Everytime I read the title I think &quot;wow super easy panels and stuff&quot; but then I see the wall of text.
xixixaoover 9 years ago
There is a following guide to Redux and its differences to Flux at the end of the article[0]. Great explanation!<p>[0] <a href="https:&#x2F;&#x2F;code-cartoons.com&#x2F;a-cartoon-intro-to-redux-3afb775501a6#.vj6gsyqo5" rel="nofollow">https:&#x2F;&#x2F;code-cartoons.com&#x2F;a-cartoon-intro-to-redux-3afb77550...</a>
评论 #10459132 未加载
评论 #10457372 未加载
aymericover 9 years ago
This is awesome. Thanks a lot for these cartoons. Please keep going, you have found a great niche!
martijn_himselfover 9 years ago
This is probably the best introduction to Flux I have read. I think people (in general) respond better to visual representations of complex processes- and this visual story nails it.
评论 #10457622 未加载
danmaz74over 9 years ago
For those who like visual representations, but a bit more technical: <a href="http:&#x2F;&#x2F;danmaz74.me&#x2F;2015&#x2F;07&#x2F;27&#x2F;flux-architecture-visual-cheatsheet&#x2F;" rel="nofollow">http:&#x2F;&#x2F;danmaz74.me&#x2F;2015&#x2F;07&#x2F;27&#x2F;flux-architecture-visual-cheat...</a>
conorgil145over 9 years ago
Neat cartoon. It helped me understand Flux a little bit better.<p>In step #4 (Once it’s done changing state, the store lets its subscribed view controllers know), why can&#x27;t the child views just subscribe directly to the stores and remove the view controller as a middle man?
frozenportover 9 years ago
As a C++ dev, I am suprised that Facebook got credit for a rather standard model view paradigm.
afarrellover 9 years ago
I really like the way the author anthropomorphizes the pieces of the flux architecture here. I am in the middle of writing a saltstack tutorial and wonder if I should do the same.
fiveoakover 9 years ago
Previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10329782" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10329782</a>
loco5ninerover 9 years ago
Great! I would love to see more of these :-)