gpbl / isomorphic500

A 500px app built with React and Fluxible with babeljs
http://isomorphic500.herokuapp.com
MIT License
1.34k stars 181 forks source link

What is benefits of using fluxible? #83

Open hank7444 opened 9 years ago

hank7444 commented 9 years ago

Hi gpbi:

I found there has many of flux framework,

The most popular I found are redux & Alt, the flexible seems

not to have many discussions,

I am not really understand the cons/pros between each other,

but I would like to know why you chose the fluxible, thx a lot!

gpbl commented 9 years ago

I used fluxible because was the best for building an universal (isomorphic) app. Now I'm looking into redux as well, and I think that if you are learning something new, you could try it. Anyway we are writing the same app in redux as well, stay tuned :-)

hank7444 commented 9 years ago

cool! I really want to compare this app by using fluxible & redux, I have the project that I would like to use react for implementation, your example app is very useful, the website important features is almost having it, such as routing, dev/prod env, i18n...etc

maybe you could add more feature, like post, static files on CDN..etc :)

geekyme commented 9 years ago

@hank7444 I use fluxible in a large scale web application and so far I have not had many problems with it. Fluxible is quite well designed and have many companion packages to solve common issues with web applications like routing / data fetching, etc.

mmahalwy commented 9 years ago

using fluxible too - love it except one thing - you have to keep up with the dependency and upgrade often. many times they have breaking changes because they moved things to a different repo.

nodegin commented 8 years ago

@gpbl Any new progress on redux version of this boilerplate?

gpbl commented 8 years ago

@nodegin not yet, still waiting the redux ecosystem to slow down a bit! I also would like to update isomorphic500 first :)

nodegin commented 8 years ago

@gpbl lol, good work