Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rill with redux usage example #15

Closed
stanonyime opened this issue Jun 20, 2016 · 1 comment
Closed

Rill with redux usage example #15

stanonyime opened this issue Jun 20, 2016 · 1 comment

Comments

@stanonyime
Copy link

stanonyime commented Jun 20, 2016

Does rill play well with the react-redux wrapper? If so, is there any usage example?

@DylanPiercey
Copy link
Member

I personally have not used Rill with redux. Originally while making Rill (before redux was released) I used my own version of flux similar to http://fluxible.io/ which worked pretty well.

Ultimately I phased this out because I realized that the way flux architectures tend to work (again no experience with redux) is very similar to the way that RPC/REST api's work. Since Rill basically brings both of these things to the browser I was able to emulate much of the usefulness of a flux architecture using plain old http requests (handled with Rill typically in the browser).

For state I use @rill/loader and @rill/session and have built 2 apps and ~15 websites so far. It seems to be working pretty good!

Having said that I would love to see people take Rill and test it with other frameworks/libraries. If you would be interested in trying it out (I don't see any real problems coming up in using Rill this way) I would love to hear about your progress. If you would be interested in making an example app using redux that could be very helpful to the community. Otherwise please feel free to keep me up to date in the gitter with your progress!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants