jidé
Member since Aug 5, 2015
- Profile: /members/12771-jid.htm
- URL: http://jide.fr
- Comments: 2
Recent Blog Comments By jidé
-
Should Flux Change The Way That I Think About ReactJS Components?
Posted on Aug 6, 2015 at 9:55 AM
@ben, The table / rows example would be a simple case where passing props down could work, so in this case it would not be necessary to connect components individually to flux. But imagine that in this table you list things that people can like, and you want to display the number of likes for each... read more »
-
Should Flux Change The Way That I Think About ReactJS Components?
Posted on Aug 5, 2015 at 5:32 PM
The way I see it, Flux lets you have a global shared state, so if you have to make components that lie in a variety of places share things, then thinking the app with flux from the start makes sense.... read more »