markerikson/redux-ecosystem-links

Highlight "top libraries"

markerikson opened this issue ยท 12 comments

Since a lot of the categories have many libraries listed, it would be helpful to highlight the top 2-4 "must use" libraries in each category, if appropriate.

I should figure out how to format this, and which ones I want to highlight.

How about a โญ๏ธ ?

Probably a good idea. I don't normally use emojis anywhere, but that ought to work.

This would be really helpful. There are just so many libs listed, and a lot of them appear to be either dead projects or almost never used, according to their npm stats.

@jrnail23 : yeah. What I'd really like, tbh, is a tool that parses the Markdown files and generates an interactive list that could show Github stars and update info, NPM stats, etc. There's already existing examples of tools and sites along those lines, I just don't have time to work on anything like that myself.

shth commented

@markerikson Can you share those examples of tools?

So yeah, I don't have time to build a "search the libs list" app myself, but it would be incredibly cool if someone else were to tackle it :) It seems like all the pieces you'd need are available already. Parse the links list, grab Github URLs and package names, grab NPM metadata and Github stats, mash 'em up, and provide a UI that shows items based on their category and allows sorting and filtering.

I threw together a quick UI mockup to illustrate the kind of thing that I'm picturing:

addons-list-ui-mockup.png

Hey all,

After some discussions with @markerikson, @dberget and I decided to work on this. We will update you soon when there's something that we can show.

Wish us luck.. ๐Ÿ˜€๐Ÿ™๐Ÿป

And for reference, looks like the new repo and initial design discussion is at wilbertliu/redux-ecosystem#1 .

@markerikson I've tweaked Celeste to work with this repo's format, here's the result:

https://gist.github.com/jondot/10c2ddefe6b411a1f3049005fce716df

It also found a bunch of 404s while scoring.

Let me know if this is something you like, and i'll work to integrate it into this repo for all files.

Huh. That is very intriguing.

https://github.com/wilbertliu/redux-ecosystem would still be a neat thing to get working, but looks like @wilbertliu stopped working on it a year ago.

Sure, if you can figure out how to get things set up to improve this repo, that'd be great!

Wonder if it would be useful for https://github.com/markerikson/react-redux-links in some way too.

@markerikson, I think you missed something on this wilbertliu/redux-ecosystem#11 (comment) and unconsciously I abandoned it afterward. ๐Ÿ˜จ