Skip to content

damianrodrigues/react-redux-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Recompose
  • Reselect
  • 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 (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!

Good luck!

About

React-redux-test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published