Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add array.flat and array.flatMap #321

Closed
nlepage opened this issue Dec 4, 2018 · 1 comment · Fixed by #329
Closed

Add array.flat and array.flatMap #321

nlepage opened this issue Dec 4, 2018 · 1 comment · Fixed by #329
Assignees
Milestone

Comments

@nlepage
Copy link
Member

nlepage commented Dec 4, 2018

https://mdn.io/Array/flat
https://mdn.io/Array/flatMap

@nlepage nlepage added this to the 2.0 milestone Dec 4, 2018
@nlepage nlepage self-assigned this Dec 18, 2018
@nlepage
Copy link
Member Author

nlepage commented Dec 18, 2018

@frinyvonnick @EmrysMyrddin I'm having a doubt on this one.
immutadot-lodash doesn't have flatMap and flatten.
I had done this intentionnaly in order to avoid functions that would drastically change data's structure...
This has no sense in a redux store, but there may actually be other use cases.
What do you think ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant