This taks consist of building a simple app using React framework and libraries, such as:
- Redux
- Redux-Saga
- Styled Components
- Recompose
- Reselect
- etc...
The app is already set up with CRA.
It is necessary to create a user interface to render fake users from this endpoint: JSON user Placeholder
It should look like this: React user list
Rules:
- Use only styled-components for styling (no className props 😉)
- Use React-Saga for handling effects
- Use Redux (of course duh!)
- Redux modules should follow redux ducks structure
- Use Recompose for avoiding using useless class elements
extra: Try to use flow for types!