/react-redux-test

React-redux-test

Primary LanguageJavaScript

React-Redux Test

This is a repo with tests regarding React-Redux and other libraries

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.

The task as follows:

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!

Good luck!