-
Notifications
You must be signed in to change notification settings - Fork 2
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
Roadmap for 1.0 #3
Comments
@tomchentw Hi! Awesome idea! I builded https://github.com/lapanoid/redux-cropper with this approach independently and wanted to extract some code in separate project, but found out your project in npm. Really want to help, now reading your code. First thing that I really want is 'passing props api' for redux-component so it could be used as usual react component, the idea is that end user should not be aware that we use redux internally. What do you think? |
@Lapanoid I recently found the idea behind What do you mean for |
@tomchentw I think my goal is different, in general I want redux app to be accessible as react component, and as far as I understand you 'reduxify' some pure components. It is like moving in opposite directions. |
Got it. So this is what you're talking about: That's correct. It's in the opposite direction. Just curious, have you read this? |
@tomchentw Yes I saw that, this give some modularity within one application. I want something different, some components is too complex, so to reason about them we can use redux, so I basically want to use redux within redux much like Dan's idea for redux-devtools, problem that in the end I will have app which is hard to compose elsewhere, so I build this lib to convert redux app into react component. Docs is pretty awful right now, working on that. |
Didn't quite get it. If you can use the generated |
From this point I guess so, we both have react component as the result. But as far as I understood you rely on pure functions and pure components all the way, but my goal is to convert arbitrary redux app to component without any limitations. |
Todos
this.refs
andthis.context
?shouldComponentUpdate
Please feel free to leave any thoughts in this thread.
The text was updated successfully, but these errors were encountered: