-
Notifications
You must be signed in to change notification settings - Fork 1
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
status? #115
Comments
Hi, Thanks for your interest. I am very busy right now and don't have the time to maintain retax. If you want to help or have specific question, feel free to ask. I still have enough time to answer github issues. Thanks! |
Thanks for your reply. I would like to help this project, and we are trying to see if we can make this working on our end. We also want to understand whether it is good to keep the store as a class or should be a pure function. From this forum which gives powerful insight into the redux store and why to use pure functions. Whereas here I see the store state is stored in the class, would that require serializing/deserializing to modify the state? Or is there a way to make it pure functional using inversify's toDynamicValue. Also, we would want code splitting by default and inject reducer lazily (similar to next). This way we can reduce downloading some code upfront when not needed. Which means the store need to be replaced with new reducers and make sure we are not unloading the loaded reducers. I think this is something we can achievable which we want to experiment it and will give you feedback on it. |
I like the concept but looks like this project is not been updated for while. Is there any issue with the concept of packaging the bootstrap code?
The text was updated successfully, but these errors were encountered: