/react-redux-basic

React + Redux and Unit Test with Jest + Enzyme Example

Primary LanguageJavaScript

React + Redux Unit Test Example using Jest and Enzyme

This repo provide an example using React + Redux Unit Test Example using babel-jest and enzyme

Project Setup

This project setup is based on react-basic-with-minimal-setup repo, a React project starter example without using create-react-app command.

Middleware

This project example using redux-thunk Please visit redux-thunk DOC for further documentation

Unit Test

This repo using jest, babel-jest enzyme and redux-mock-store for unit testing