-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Add "Further Information" resource links to all doc pages #2589
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
Comments
I would like to help out with this one. |
@renatoselenica : great, thanks! As I said in the issue, a good place to start would be adding appropriate links to the end of the "Structuring Reducers" docs section pages. I don't have a specific list of which links I want on which pages - I'll leave that up to you to come up with some initial suggestions. Please feel free to either add some comments here with your ideas so that we can discuss them, or go ahead and file some PRs and we'll go from there. |
Ok then. I will file a PR tomorrow and go from there. Would have done it today, but a few things came up. |
Hello. I just wanted to say that I cannot work on this issue for a while. I deeply apologize but some things came up unexpectedly. If someone else wants to take over, they are more then welcome to. Sorry for causing trouble |
That's okay. Thanks for volunteering, and please let us know if you have time to help with this or other issues in the future! |
I can try to pick up this issue. Maybe it is not a bad idea to copy some of them to related pages (for example Normalizing State Shape) with some additional links. Normalizing Redux stores for maximum code reuse. Is it what you meant? |
@bonusrk : yeah, pretty much. In other words, the "Prerequisite Concepts" page links to "stuff it would be good to know before reading the rest of Structuring Reducers". But, if someone follows a link directly to the "Normalizing State Shape" page, they don't see any of those links. So, putting several related links at the bottom of the page would be helpful for people who want to learn more on the topic. |
@markerikson got it. Then i'll make a list like "pages : links-to-place-there" and place them here for your approval. Of course with usage of your React/Redux links list treasury :) |
@bonusrk : sounds good - let me know when you've got a list put together! |
@markerikson thats how it looks for now. I still digging your "links mine". Basic Reducer Structure 10 Tips for Better Redux Architecture Splitting Reducer Logic Refactoring Reducers Example Using combineReducers Beyond combineReducers Normalizing State Shape Updating Normalized Data Reusing Reducer Logic Immutable Update Patterns Initializing State |
@markerikson Does it look reasonable to be added? |
@bonusrk : a few initial thoughts:
Also, look at the "Prerequisite Concepts" page , and see which of those links would be appropriate to also have at the bottom of different pages (like some of the immutable data links). |
@markerikson got it. will dig that way. |
As seen in my React/Redux links list, there's tons of useful and relevant info about all things Redux online. The docs themselves can only cover so much actual info, and most of it is focused on the basics.
I try to end each of my blog posts with a "Further Information" section that includes links mentioned earlier in the page, and also has additional links to relevant articles and resources. I'd love it if we could add this type of info to each of our existing docs pages.
As a starting point: the "Structuring Reducers" docs section has a page called "Prerequisite Concepts" that links to some selected articles on topics like immutable data and normalization. However, the other pages in that section don't specifically reference those links. A few of those links could be added to the bottom of each page in the "Structuring Reducers" section, as appropriate.
For reference, a few of my posts:
The text was updated successfully, but these errors were encountered: