markerikson / redux-ecosystem-links

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

Create a web app for better display and searching of the list #59

Closed markerikson closed 6 years ago

markerikson commented 7 years ago

Writing this list as a set of Markdown files in a repo makes it pretty easy to update, but not as easy to browse the list. As a pie-in-the-sky wishlist item, it'd be really cool if there was a web app that parsed the links from the list, collected Github and NPM metadata, and displayed the libs while allowing people to search, filter, and sort entries by Github stars / NPM downloads / etc.

There's an existing similar app over at https://devarchy.com/redux , and the repo for that app is at https://github.com/devarchy/website . I glanced at it briefly a while back, but just don't have time to build anything like this.

The https://js.coach site is another interesting tool for viewing libs , and I think it's based on NPM packages.

markerikson commented 6 years ago

IT'S HAPPENING! The discussion picked up in #60 , and the work is being done over in https://github.com/wilbertliu/redux-ecosystem .