Closed NookieGrey closed 6 years ago
There's also many other similar options - see https://github.com/markerikson/redux-ecosystem-links/blob/master/reducers.md#reducer-utilities .
This list is very big, can it be sorted by starts?
@NugzarGaguliya : not this list in its current form, no, because it's all just Markdown text files.
However, there's an app being built that will parse this list and present it in a sortable form, at https://github.com/wilbertliu/redux-ecosystem . It's not done yet, but I think it's getting close.
I find createReducer function in documentation https://redux.js.org/recipes/reducing-boilerplate#reducers
Is it any package in npm where i can refer in my app or I need to add this function in all projects and add link to this documentation?