-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Documenting the code #472
Comments
This is for sure where we need to improve the most. This is also planed, but might take some time to write this. I would help if you would point out what is unclear and we can help out, or point you to some resources where something similar is explained. |
Thank you.. I will. btw do you have a roadmap or is this kit "almost" complete? Can we use it in production now? |
for now.. i have a question. Redux is there to maintain the client-side state in a single store. Now if we use third-party components like antd Table or let's say react-google-maps, how is it possible to maintain the state of our own components and third-party components in the redux (single place) store? |
Roadmap can be found here #176. Kit is already production ready. Module examples are intended to demonstrate the kit capabilities and not to be taken as bullet proof, but more as proof of concept. |
@coooolers This question is outside the scope of this kit. |
yes i know :) |
Also please use gitter, for general discussion. |
@coooolers I created an issue for documenting the feature classes: #565. What do you think? |
It would really be great if you can explain what a particular piece of code is doing. This will help novice developers like me learn how things are actually working. If not possible, kindly write an article,
The text was updated successfully, but these errors were encountered: