markerikson / redux-ecosystem-links

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

Highlight "top libraries" #60

Open markerikson opened 7 years ago

markerikson commented 7 years ago

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.

alexkrolick commented 7 years ago

How about a ⭐️ ?

markerikson commented 7 years ago

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

jrnail23 commented 6 years ago

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.

markerikson commented 6 years ago

@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 6 years ago

@markerikson Can you share those examples of tools?

markerikson commented 6 years ago

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.

markerikson commented 6 years ago

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

addons-list-ui-mockup.png

wilbertliu commented 6 years ago

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.. 😀🙏🏻

markerikson commented 6 years ago

And for reference, looks like the new repo and initial design discussion is at https://github.com/wilbertliu/redux-ecosystem/issues/1 .

jondot commented 5 years ago

@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.

markerikson commented 5 years ago

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.

wilbertliu commented 5 years ago

@markerikson, I think you missed something on this https://github.com/wilbertliu/redux-ecosystem/pull/11#issuecomment-384681947 and unconsciously I abandoned it afterward. 😨