What is benefits of using fluxible?
Opened this issue · 7 comments
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!
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 :-)
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 :)
@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.
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.