markerikson / redux-ecosystem-links

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

Add lib to `react-ecosystem-links` #62

Closed jpstone closed 6 years ago

jpstone commented 6 years ago

I recently published a library that abstracts away Ramda lenses and uses them to create namespaced paths--each one being a closure that you can add an action/reducer pair to, and the action type gets prefixed with the path via dot notation. I created the lib after not quite finding what I needed in existing libs.

Mind taking a look over and see if it's worth adding to this list?

https://www.npmjs.com/package/redux-pathspace

Thanks!

markerikson commented 6 years ago

Hah, beat you to it :) I don't have the latest set of updates pushed up yet, but I already added it to my local version of the list. Will probably push those changes up tomorrow.

Thanks for the submission!