Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gilbarbara/react-redux-saga-boilerplate

Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
https://github.com/gilbarbara/react-redux-saga-boilerplate

boilerplate css-in-js react react-helmet react-router redux redux-saga styled-components

Last synced: about 5 hours ago
JSON representation

Starter kit with react-router, react-helmet, redux, redux-saga and styled-components

Awesome Lists containing this project

README

        

# React-Redux-Saga Boilerplate

[![Build Status](https://travis-ci.org/gilbarbara/react-redux-saga-boilerplate.svg?branch=master)](https://travis-ci.org/gilbarbara/react-redux-saga-boilerplate) [![Dependencies](https://david-dm.org/gilbarbara/react-redux-saga-boilerplate.svg)](https://david-dm.org/gilbarbara/react-redux-saga-boilerplate) [![Maintainability](https://api.codeclimate.com/v1/badges/eb66aa0049fa03acbbf3/maintainability)](https://codeclimate.com/github/gilbarbara/react-redux-saga-boilerplate/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/eb66aa0049fa03acbbf3/test_coverage)](https://codeclimate.com/github/gilbarbara/react-redux-saga-boilerplate/test_coverage)

[Demo](https://redux-saga.react-boilerplate.com/)

### Provides

- react ^18.x
- react-router-dom 6.x
- react-helmet-async 2.x
- emotion 11.x
- @reduxjs/toolkit 2.x
- redux-saga 1.x
- redux-persist 6.x

### Development

- vite 5.x

`npm start`

### Building

- vite 5.x

`npm run build`

### Code Quality

- eslint 8.x
- stylelint 16.x

`npm run lint` / `npm run lint:styles`

### Unit Testing

- jest 29.x
- @testing-library/react 14.x

`npm test` / `npm run test:watch`

### End 2 End Testing

- cypress 13.x

`npm run test:e2e`