Closed Leonils closed 2 years ago
I have 2 general comments:
For the factories, it may be useful, but maybe it can come along with the mocking of the requests to the api ( see #19 ). Another concern is that the reference lib to do that in js has been violently discontinued by it's creator (faker), and the example you mentioned has this one as a dependency. Should we use it anyway ? Has anyone an alternative ?
the reference lib to do that in js has been violently discontinued by it's creator (faker)
It seems that Faker has found new maintainers, but I don't know if this is the version used in factories. Github : https://github.com/faker-js/faker Announcement : https://fakerjs.dev/about/announcements/2022-01-14.html
Purpose
Add components to present a selectable list of groups. Actions are not implemented yet. The components are responsive.
Proposal
3 components added:
GroupRow
GroupsHeader
GroupsList
Remark : this is the continuation of the PR #12, for which the branch was too much different from main after the refactoring from #8