An open API service indexing awesome lists of open source software.

https://github.com/bobbyquennell/reactkatas

a simple example of react project with Redux, CSS Modules, Thunk, SASS, Jest, etc.
https://github.com/bobbyquennell/reactkatas

babel css-modules enzyme jest react react-router-v4 redux sass webpack

Last synced: 2 months ago
JSON representation

a simple example of react project with Redux, CSS Modules, Thunk, SASS, Jest, etc.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/bobbyquennell/reactkatas.svg?branch=master)](https://travis-ci.org/bobbyquennell/reactkatas)

React Sample Project (React Katas)
===================
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

#### UI/State Management
react + redux + thunk
#### Styling
sass(scss) + css modules
#### New Age JavaScript
ES2015 with Babel
#### Package management
yarn/npm
#### Linting
ESLint + Stylelint
#### Static Typing
Flow
#### Build System
Webpack
#### Testing
Jest + Enzyme
#### Continuous Integration
Travis CI
#### Hosting
Github Pages