Skip to content
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

[Docs Rewrite] Meta-Issue: Overview #3592

Open
3 of 15 tasks
markerikson opened this issue Oct 29, 2019 · 26 comments
Open
3 of 15 tasks

[Docs Rewrite] Meta-Issue: Overview #3592

markerikson opened this issue Oct 29, 2019 · 26 comments
Labels
Milestone

Comments

@markerikson
Copy link
Contributor

markerikson commented Oct 29, 2019

This is the parent tracking issue for all the work we'd like to do, and primarily serves to link to the other issues.

I'm initially basing this off my suggested outline for the new docs structure and content. This is absolutely not final, and I expect us to iterate on this a lot as we work through everything.

For now, I'm organizing the top-level task list by category / docs structure section.

Tasks

Planning / Discussion Topics

Notes

Any pages that are moved around must update our Netlify redirects file so that visitors see the new page.

Questions for Discussion

  • Should we keep everything on a single docs-rewrite integration branch, or should we just go ahead and update master piecemeal as we go so that we get the initial benefits? I'm inclined to put changes into master as soon as we're happy with them.
@asedsami
Copy link

I'm not sure if this is the right issue to say this, or if there are other people who read docs and tutorials on their phones while lying on the sofa, but please reduce the height of the purple part in mobile screens(horizontal).
The content takes only half the height of the screen which makes it hard to read the docs. note that "getting started", "API" and "FAQ" are already at the hamburger menu.
Screenshot_2019-10-31-01-14-20

@markerikson
Copy link
Contributor Author

@asedsami : can you file a separate issue for that? That would probably most relate to potentially updating Docusaurus to v2 (related: #3584 ).

@markerikson markerikson changed the title [Docs Rewrite] Meta-Issue: Main Tasks [Docs Rewrite] Meta-Issue: Overview Nov 6, 2019
@markerikson markerikson pinned this issue Nov 12, 2019
@markerikson
Copy link
Contributor Author

Not sure if it's better suited for this thread or #3593, but @dai-shi has put together a Remark plugin for Docusaurus v2 that lets you write snippets in TS, and automatically have a tabbed code block added with that snippet in both TS and plain JS:

https://twitter.com/dai_shi/status/1197816235058069504

We could maybe even take that further and have it do TS, ES6, and ES5.

@hbarcelos
Copy link

Hi guys, I would be glad to help with this issue. I'll read through it tomorrow.

@hbarcelos
Copy link

hbarcelos commented Nov 26, 2019

@markerikson do you think testing should be at the top level of the docs or be a subsection of one of the entries you suggested above?

Edit: I see that it would probably go under Recipes (#3596). I wonder if that's where the average developer would go first when looking for that.

@markerikson
Copy link
Contributor Author

It's under "Recipes" now. I'm inclined to move it under "Real World Usage" somewhere.

@markerikson
Copy link
Contributor Author

@hbarcelos: for reference:

@markerikson
Copy link
Contributor Author

Some feedback from a random HN user ( https://news.ycombinator.com/item?id=21927109 and https://news.ycombinator.com/item?id=21927800 ):

Biggest problem and reason why people (me included at the beginning) don't like Redux, you should know when you need it and you should use some abstraction layer (eg RTK). One cause could be the docs: while the maintainer try their best to educate a lot (also in this thread paired with interesting link building strategies), there is not quick and easy way to get into Redux. If you start with RTK's docs, you don't understand everything. Then, you need to read the Redux docs, then again back and forth. And this just takes too long to grok an actual simple API.

I meant the docs. It's like decades ago like when you wanted to learn Rails. Then somebody said stop! First learn Ruby... This is not how people learn. There's too much time between learning and trying, so there's no proper and face-paced feedback loop. Let's try to get into somebody's head who's ok in react and slowly wants to get into state management but having no clue of nothing:

His mind:

  • Ok, where should I start?

  • Which is the best? Mobx, redux, just ContextProvider or local state??

The poor guys falls into the rabbit hole and reads Reddit, HN, Github issues for hours, still not sure what to do; 2 hours later

  • Ok, let's try redux, for whatever reason, the maintainers seem to be quite active

The poor guy tries to decide if he should go just with redux/react-redux or rtk; former because it is good to understand the foundation, latter good because just to avoid boilerplate and that's what this acemark is promoting everywhere. The guy is still overwhelmed and don't forget doing decision is hard; it's one of the biggest struggles for humans

  • Ok, I guess I need to start with redux because it's the foundation.

He sees all the theory, new terms, the boilerplate and there's no fast-paced feedback loop; he just think heck and checks out mobx, 4 hours later

  • Man mobx is even more weird, totally unstructured and while mobx's maintainer seems to be a nice guy, my gut feeling is: stay away

  • Let's check out npmtrends, oh great, npmtrends shows that people also don't like mobx, cool, it has much less traction, decision made, nice

  • So, let's try redux again, maybe this time I start with RTK

We know what happens, RTK has better feedback loops but w/o the basic knowledge of redux he will struggle, 6 hours later after jumping back and forth the both docs

  • Lets stop here, tomorrow is another day.

He is out of flow, motivation is down, the next day he doesn't continue because the whole experience didn't feel good, he writes a post on HN that redux sucks steel and maybe looks the next week again on it

The situation is a bit like with kubernetes; until you have proper feedback loops with k8s you need days, with new k8s distros this got better but the biggest bummer are the k8s docs, too much, too verbose, so many new terms, no feedback loops at all and every k8s examples has minimum 100kb yamls.

What would be great and I know that writing good docs is much harder than actual code:

One and only piece which the reader should read first, which teaches him redux foundation, react-redux boilerplate and rtk within max 2 hours. After that he should have a working example AND should have understood it. No links to other resources, no nothing.

This main piece should be linked everywhere in the Github readmes of all redux relates projects in bold and h1 READ OUR MAIN PIECE FIRST, on all the doc pages and in all forum posts. I mean look at your post's footer in this thread: so many links, why? You need one entry point. RTK could be the entry point, it just needs a bit more flesh on redux and should be declared as the entry point of redux. There's one disadvantage though: with RTK as entry you'd kill the ecosystem around redux but IDK if you did this anyway by declaring RTK the standard way. And you would have a lot of redundant docs with redux/react-redux. Or maybe we need to merge all because maintaining redundant docs is just too much for an OSS project.

Whatever, all not easy but there must be a way because redux is the most underrated thing in the frontend world, it's def the best state management and RTK is a nice and long deserved abstraction.

Key point:

One and only piece which the reader should read first, which teaches him redux foundation, react-redux boilerplate and rtk within max 2 hours. After that he should have a working example AND should have understood it. No links to other resources, no nothing. This main piece should be linked everywhere in the Github readmes of all redux relates projects in bold and h1 READ OUR MAIN PIECE FIRST, on all the doc pages and in all forum posts.

I think this matches up with my desire for a "quick start" page that teaches RTK and React-Redux right away.

@hbarcelos
Copy link

hbarcelos commented Jan 2, 2020

As someone who started learning Redux quite late comparing with the time I've known React, I tend to agree.

There's too many "intro to redux" tutorials out there. Not many of them are high quality. When you're starting, it's quite hard to separate the husk from the grain.

To me, the biggest issue is that common pattern of having different files for action types, action creators and reducers. This adds too much cognitive overhead. Ducks and RTK sort of fix this problem though.

It would be nice to have an authoritative piece built along side the community.

@markerikson
Copy link
Contributor Author

Unfortunately, there's nothing we can do about the mass of existing tutorials out there that are often of poor quality. All we can do is improve the docs, and even then, many times people do not even read the docs - they'd rather search for some tutorial on Medium or watch a course on Udemy.

@hbarcelos
Copy link

hbarcelos commented Jan 2, 2020

Surely we can't force users to read the docs, but what we could possibly do is to help those who actually do that and have that self-contained intro you were talking about and furthermore having some quite thorough "Anti-Patterns" section with a compilation of those poor quality examples (no linking needed I guess) and the implications of using them in a real-world scenario for an extended period of time.

I guess the later is easier said than done, but we all have some unwritten rules we like to follow when working in complex apps. Maybe it's time trying to write them down.

@phryneas
Copy link
Member

phryneas commented Jan 2, 2020

Like the Redux Style Guide? ;)

Guess we'll gonna have that placed more prominently.

@hbarcelos
Copy link

RSG does great on the "what I should do" part. If made easier to find, it would be good.

However, I think it falls short on the "what I should NOT do" question. I believe the main problem here is that most of the problems from anti-patterns in Redux are not so apparent immediately. It takes you a couple of weeks to realize you screwed up and now you have to make a relatively big refactor in your code base.

The hard part of writing a guide for that is that most of the problems are highly dependent on context. I think I started writing something about those cases when I made huge mistakes one or two times, but ended up giving up because actually explaining the problem would be too specific for the application I had at that time.

TBH, I haven't worked with Redux on enough complex applications to actually be able to extract those problematic issues from their context and state it as a general problem. Not sure if this can be done, but it would be quite nice to have.

@markerikson
Copy link
Contributor Author

Asked a series of questions on Twitter about why people avoid docs in the first place, and what sort of landing page / "getting started" info would be most useful:

https://twitter.com/acemarke/status/1213898963679633411

@markerikson
Copy link
Contributor Author

markerikson commented Jan 26, 2020

Some feedback on the docs layout being hard to follow and making unstated assumptions:

https://twitter.com/jaflebol/status/1214562932660391939
https://twitter.com/jaflebol/status/1214563309254410244

And on the flip side, me asking about what techniques make docs good and easier to follow:

https://twitter.com/acemarke/status/1222358278354632704

@markerikson
Copy link
Contributor Author

Some notes from @alexkrolick on how the Redux Toolkit docs docs aren't well integrated into the Redux core docs, and how the RTK docs themselves may not be easy to navigate:

https://gist.github.com/alexkrolick/c2de33bc00318c8f02eb419975b369ba

@markerikson
Copy link
Contributor Author

markerikson commented Feb 15, 2020

Suggestion to have the Redux docs mention that "spreading out state mutation is a bad idea":

https://news.ycombinator.com/item?id=22333526

@markerikson
Copy link
Contributor Author

I'd forgotten that I generally liked how "Redux in Action" describes things.

The intro is here:

https://freecontent.manning.com/introducing-redux/

@emgoto
Copy link

emgoto commented Jun 27, 2020

Hi - would love to help out on the docs rewrite. I thought the tutorials might be a good place to start, but it seems like lots of people have to put their hand up to help but at the same time we haven't really nailed down how we're going to approach the rewrite of that. Let me know if there's a specific task I could get started with!

@markerikson
Copy link
Contributor Author

Yeah, per my comments over on the dev.to article, I'm trying to work on the tutorials myself atm (new "Quick Start" first, then rewriting the existing tutorials).

One option would be to start updating some existing content, or shuffling it around to new locations. For example, the FAQ pages need to be updated to point to the relevant "Style Guide" entries, and also actually try to match the Style Guide recommendations.

Meanwhile, the "Immutable.js" page needs to go away because we now actively recommend against using it, some of the pages under "Recipes" ought to get reorganized into a new "Real-World Usage" section, etc.

I'd say start by looking at #3596, #3597, and #3598 , and pick something out of those lists. Let me know if you have any questions on what I'm picturing being doing for those.

@ladyleet
Copy link

ladyleet commented Jul 9, 2020

What a great initiative. :)

@ExpandingShapes
Copy link

I hope this is the right place for my report.
In Tutorials -> Basic Tutorial -> Actions there is a banner saying
We recommend starting with the [Redux Essentials tutorial](https://redux.js.org/basics/tutorials/essentials/part-1-overview-concepts), since it covers the key points you need to know about how to get started using Redux to write actual applications.
The matter is the link Redux Essentials tutorial is broken. I'm not sure whether there is such a tutorial and all that needs to be done is update the link or the tutorial got outdated and was removed.

@nickmccurdy
Copy link
Contributor

nickmccurdy commented Oct 21, 2020

That link you quoted is broken but the link on the page seems to be working now. The broken version might be cached for you. Have you tried reloading?

@markerikson
Copy link
Contributor Author

Hmm. @ExpandingShapes , appreciate the notice, but the link does look to be correct. It doesn't point to anything with a /basics/ URL - it points to https://redux.js.org/tutorials/essentials/part-1-overview-concepts , which is correct.

@ExpandingShapes
Copy link

@markerikson Oh, I forgot to put the link to the article. Just in case,
here it is.
I've cleared my cache, didn't help.

@markerikson
Copy link
Contributor Author

Uh... that's weird. I see it both with and without the /basics/ at the front, depending on how I refresh the page.

I dunno. It's one link in the Markdown, which I know is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants