reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.8k stars 15.27k forks source link

[Docs] Discussion: either remove or curate the LearningResources site. #4096

Open phryneas opened 3 years ago

phryneas commented 3 years ago

Right now, looking at the history the last "content update" to the "Learning Resources page has been https://github.com/reduxjs/redux/pull/3232 in 2018.

That was pre-RTK - and yet, we link to these resources as a first entry point.

My suggestion would be to either

markerikson commented 3 years ago

Yeah, the intent was to point to other resources outside our docs to provide some variety in explanations, but those really are outdated at this point.

I haven't been keeping tabs on meaningful resources for RTK + hooks.

Asking for resource pointers on Twitter: https://twitter.com/acemarke/status/1398675587754082310

Running list of some newer resources that show RTK + hooks:

Not saying all these should be listed, just accumulating options.

And yeah, it may be worth separating the "modern Redux" examples from "here's how it works, but not necessarily how we recommend writing Redux code today" parts.

markerikson commented 3 years ago

Did some updates in #4098 , but we can do more if there's other changes that need to be made.