markerikson / redux-ecosystem-links

A categorized list of Redux-related addons, libraries, and utilities
5.23k stars 372 forks source link

2020-01-26 Updates #105

Closed nmay231 closed 4 years ago

nmay231 commented 4 years ago

Just hacking away at #104

nmay231 commented 4 years ago

@markerikson I also looked at some of the other PRs and #90, #92, and #93 are formated correctly and not duplicates (90 should probably be squashed when merged)

And if you would like, I could also use a script to label any duplicates. I could also adjust links for any redirects. Let me know if that's good with you :+1:

Also, what do you think of reorganizing the lists to be ordered alphabetically? That seems like a lot of work though... :neutral_face:

markerikson commented 4 years ago

I don't want to reorder things in the Markdown. However, I'd definitely still be interested in having a browseable site that uses these Markdown files as a scrapeable source and then pulls in more info.

nmay231 commented 4 years ago

Speaking of which, some of the issues with the parser for the website were due to it not being lenient enough, e.g. not allowing more than one link per project. Those just need to get fixed

But there were other errors because of formatting issues/nuances. Like in middleware-network-requests.md, the General section is an h3 instead of an h4.

I'll fix the issues that it should obviously handle first, and we can look over the rest to see what's up.