Hacker News new | ask | show | jobs
by rpwverheij 4173 days ago
this is really helpful. I was looking for a short from-typical-react-to-flux-example compact enough to read through at once. I get it much better now, and actually I have already a framework with models with 'global' state and use react to visualise them and have been wondering what would be the best way to do this (copy the models data into state, or try to skip state and use the model data directly). So I guess I'll have to have a better look soon. Thank you for pulling me over the line