This taks consist of building a simple app using React framework and libraries, such as:
- Redux
- Redux-Saga
- Styled Components
- React Hooks
- 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
- Redux modules should follow redux ducks structure
extra: Try to use flow for types!